Color Hex Logo

#cfaed2 Color Hex

#CFAED2
(207,174,210)
0 Favorites   0 Comments

Color spaces of #cfaed2

RGB 207174210
HSL0.820.290.75
HSV295°17°82°
CMYK 0.010.170.00   0.18
XYZ52.501048.190667.5074
Yxy48.19060.31210.2865
Hunter Lab69.419413.5131-9.0633
CIE-Lab74.945018.2437-13.7386

#cfaed2 color RGB value is (207,174,210).

#cfaed2 hex color red value is 207, green value is 174 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #cfaed2 hue: 0.82 , saturation: 0.29 and the lightness value of cfaed2 is 0.75.

The process color (four color CMYK) of #cfaed2 color hex is 0.01, 0.17, 0.00, 0.18. Web safe color of #cfaed2 is #cc99cc. Color #cfaed2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 11010010
Octal 317 256 322
Decimal 207 174 210
Hex CF AE D2

RGB Percentages of Color #cfaed2

%35.03
%29.44
%35.53

CMYK Percentages of Color #cfaed2

%1
%17
%0
%18

Triadic Colors of #cfaed2

#cfaed2 #d2cfae #aed2cf

Analogous Colors of #cfaed2

#cfaed2 #d2aec3 #bdaed2

Monochromatic Colors of #cfaed2

#cfaed2

Complementary Color

#cfaed2 #b1d2ae

#cfaed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaed2 Color CSS Codes

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

#cfaed2 Text Font Color

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

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


#cfaed2 Background Color

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

This div background color is #cfaed2


#cfaed2 Border Color

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

This div border color is #cfaed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaed2


Comments

No comments written yet.

Please login to write comment.