Color Hex Logo

#cfaecc Color Hex

#CFAECC
(207,174,204)
0 Favorites   0 Comments

Color spaces of #cfaecc

RGB 207174204
HSL0.850.260.75
HSV305°16°81°
CMYK 0.000.160.01   0.19
XYZ51.767347.897163.6434
Yxy47.89710.31700.2933
Hunter Lab69.207712.4043-6.0776
CIE-Lab74.760017.1211-10.7397

#cfaecc color RGB value is (207,174,204).

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

The process color (four color CMYK) of #cfaecc color hex is 0.00, 0.16, 0.01, 0.19. Web safe color of #cfaecc is #cc99cc. Color #cfaecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 11001100
Octal 317 256 314
Decimal 207 174 204
Hex CF AE CC

RGB Percentages of Color #cfaecc

%35.38
%29.74
%34.87

CMYK Percentages of Color #cfaecc

%0
%16
%1
%19

Triadic Colors of #cfaecc

#cfaecc #cccfae #aecccf

Analogous Colors of #cfaecc

#cfaecc #cfaebc #c2aecf

Monochromatic Colors of #cfaecc

#cfaecc

Complementary Color

#cfaecc #aecfb1

#cfaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaecc Color CSS Codes

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

#cfaecc Text Font Color

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

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


#cfaecc Background Color

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

This div background color is #cfaecc


#cfaecc Border Color

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

This div border color is #cfaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaecc


Comments

No comments written yet.

Please login to write comment.