Color Hex Logo

#cfcce2 Color Hex

#CFCCE2
(207,204,226)
0 Favorites   0 Comments

Color spaces of #cfcce2

RGB 207204226
HSL0.690.280.84
HSV248°10°89°
CMYK 0.080.100.00   0.11
XYZ61.052561.942180.6897
Yxy61.94210.29970.3041
Hunter Lab78.70330.7370-5.6941
CIE-Lab82.88265.1933-10.5005

#cfcce2 color RGB value is (207,204,226).

#cfcce2 hex color red value is 207, green value is 204 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #cfcce2 hue: 0.69 , saturation: 0.28 and the lightness value of cfcce2 is 0.84.

The process color (four color CMYK) of #cfcce2 color hex is 0.08, 0.10, 0.00, 0.11. Web safe color of #cfcce2 is #cccccc. Color #cfcce2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001100 11100010
Octal 317 314 342
Decimal 207 204 226
Hex CF CC E2

RGB Percentages of Color #cfcce2

%32.50
%32.03
%35.48

CMYK Percentages of Color #cfcce2

%8
%10
%0
%11

Triadic Colors of #cfcce2

#cfcce2 #e2cfcc #cce2cf

Analogous Colors of #cfcce2

#cfcce2 #dacce2 #ccd4e2

Monochromatic Colors of #cfcce2

#cfcce2

Complementary Color

#cfcce2 #dfe2cc

#cfcce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfcce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfcce2 Color CSS Codes

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

#cfcce2 Text Font Color

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

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


#cfcce2 Background Color

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

This div background color is #cfcce2


#cfcce2 Border Color

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

This div border color is #cfcce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfcce2


Comments

No comments written yet.

Please login to write comment.