Color Hex Logo

#cfaefb Color Hex

#CFAEFB
(207,174,251)
0 Favorites   0 Comments

Color spaces of #cfaefb

RGB 207174251
HSL0.740.910.83
HSV266°31°98°
CMYK 0.180.310.00   0.02
XYZ58.280850.502597.9430
Yxy50.50250.28190.2443
Hunter Lab71.065122.0247-31.9688
CIE-Lab76.376726.6063-33.7938

#cfaefb color RGB value is (207,174,251).

#cfaefb hex color red value is 207, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cfaefb hue: 0.74 , saturation: 0.91 and the lightness value of cfaefb is 0.83.

The process color (four color CMYK) of #cfaefb color hex is 0.18, 0.31, 0.00, 0.02. Web safe color of #cfaefb is #cc99ff. Color #cfaefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 11111011
Octal 317 256 373
Decimal 207 174 251
Hex CF AE FB

RGB Percentages of Color #cfaefb

%32.75
%27.53
%39.72

CMYK Percentages of Color #cfaefb

%18
%31
%0
%2

Triadic Colors of #cfaefb

#cfaefb #fbcfae #aefbcf

Analogous Colors of #cfaefb

#cfaefb #f6aefb #aeb4fb

Monochromatic Colors of #cfaefb

#cfaefb

Complementary Color

#cfaefb #dafbae

#cfaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaefb Color CSS Codes

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

#cfaefb Text Font Color

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

This sample text font color is #cfaefb
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.


#cfaefb Background Color

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

This div background color is #cfaefb


#cfaefb Border Color

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

This div border color is #cfaefb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,174,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfaefb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfaefb;
  -webkit-box-shadow: 1px 1px 3px 2px #cfaefb;
  box-shadow:         1px 1px 3px 2px #cfaefb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,174,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaefb


Comments

No comments written yet.

Please login to write comment.