Color Hex Logo

#ffbafd Color Hex

#FFBAFD
(255,186,253)
0 Favorites   0 Comments

Color spaces of #ffbafd

RGB 255186253
HSL0.841.000.86
HSV302°27°100°
CMYK 0.000.270.01   0.00
XYZ76.528563.4697101.1459
Yxy63.46970.31740.2632
Hunter Lab79.667932.0473-19.5068
CIE-Lab83.688935.4621-23.2685

#ffbafd color RGB value is (255,186,253).

#ffbafd hex color red value is 255, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ffbafd hue: 0.84 , saturation: 1.00 and the lightness value of ffbafd is 0.86.

The process color (four color CMYK) of #ffbafd color hex is 0.00, 0.27, 0.01, 0.00. Web safe color of #ffbafd is #ffccff. Color #ffbafd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 11111101
Octal 377 272 375
Decimal 255 186 253
Hex FF BA FD

RGB Percentages of Color #ffbafd

%36.74
%26.80
%36.46

CMYK Percentages of Color #ffbafd

%0
%27
%1
%0

Triadic Colors of #ffbafd

#ffbafd #fdffba #bafdff

Analogous Colors of #ffbafd

#ffbafd #ffbadb #dfbaff

Monochromatic Colors of #ffbafd

#ffbafd

Complementary Color

#ffbafd #baffbc

#ffbafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbafd Color CSS Codes

.mybgcolor {background-color:#ffbafd; } 
.myforecolor {color:#ffbafd; }
.mybordercolor {border:3px solid #ffbafd; }

#ffbafd Text Font Color

<p style="color:#ffbafd">Text here</p>

This sample text font color is #ffbafd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffbafd Background Color

<div style="background-color:#ffbafd">
Div content here</div>

This div background color is #ffbafd


#ffbafd Border Color

<div style="border:3px solid #ffbafd">
Div here</div>

This div border color is #ffbafd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,186,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffbafd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffbafd;
  -webkit-box-shadow: 1px 1px 3px 2px #ffbafd;
  box-shadow:         1px 1px 3px 2px #ffbafd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,186,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffbafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffbafd;
  -webkit-box-shadow: 1px 1px 3px 2px #ffbafd;
  box-shadow:         1px 1px 3px 2px #ffbafd;">
Div content here</div>

This div box has shadow with color #ffbafd

Related Colors


Comments

No comments written yet.

Please login to write comment.