Color Hex Logo

#cfacee Color Hex

#CFACEE
(207,172,238)
0 Favorites   0 Comments

Color spaces of #cfacee

RGB 207172238
HSL0.760.660.80
HSV272°28°93°
CMYK 0.130.280.00   0.07
XYZ55.917348.943587.3888
Yxy48.94350.29090.2546
Hunter Lab69.959620.2420-25.0893
CIE-Lab75.416224.9248-28.2499

#cfacee color RGB value is (207,172,238).

#cfacee hex color red value is 207, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cfacee hue: 0.76 , saturation: 0.66 and the lightness value of cfacee is 0.80.

The process color (four color CMYK) of #cfacee color hex is 0.13, 0.28, 0.00, 0.07. Web safe color of #cfacee is #cc99ff. Color #cfacee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101100 11101110
Octal 317 254 356
Decimal 207 172 238
Hex CF AC EE

RGB Percentages of Color #cfacee

%33.55
%27.88
%38.57

CMYK Percentages of Color #cfacee

%13
%28
%0
%7

Triadic Colors of #cfacee

#cfacee #eecfac #aceecf

Analogous Colors of #cfacee

#cfacee #eeacec #aeacee

Monochromatic Colors of #cfacee

#cfacee

Complementary Color

#cfacee #cbeeac

#cfacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfacee Color CSS Codes

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

#cfacee Text Font Color

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

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


#cfacee Background Color

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

This div background color is #cfacee


#cfacee Border Color

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

This div border color is #cfacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfacee


Comments

No comments written yet.

Please login to write comment.