Color Hex Logo

#cfaefa Color Hex

#CFAEFA
(207,174,250)
0 Favorites   0 Comments

Color spaces of #cfaefa

RGB 207174250
HSL0.740.880.83
HSV266°30°98°
CMYK 0.170.300.00   0.02
XYZ58.123550.439697.1149
Yxy50.43960.28260.2452
Hunter Lab71.020821.7980-31.3594
CIE-Lab76.338326.3892-33.3143

#cfaefa color RGB value is (207,174,250).

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

The process color (four color CMYK) of #cfaefa color hex is 0.17, 0.30, 0.00, 0.02. Web safe color of #cfaefa is #cc99ff. Color #cfaefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 11111010
Octal 317 256 372
Decimal 207 174 250
Hex CF AE FA

RGB Percentages of Color #cfaefa

%32.81
%27.58
%39.62

CMYK Percentages of Color #cfaefa

%17
%30
%0
%2

Triadic Colors of #cfaefa

#cfaefa #facfae #aefacf

Analogous Colors of #cfaefa

#cfaefa #f5aefa #aeb3fa

Monochromatic Colors of #cfaefa

#cfaefa

Complementary Color

#cfaefa #d9faae

#cfaefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaefa Color CSS Codes

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

#cfaefa Text Font Color

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

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


#cfaefa Background Color

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

This div background color is #cfaefa


#cfaefa Border Color

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

This div border color is #cfaefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaefa


Comments

No comments written yet.

Please login to write comment.