Color Hex Logo

#cfe9cc Color Hex

#CFE9CC
(207,233,204)
0 Favorites   0 Comments

Color spaces of #cfe9cc

RGB 207233204
HSL0.320.400.86
HSV114°12°91°
CMYK 0.110.000.12   0.09
XYZ65.770175.902968.3110
Yxy75.90290.31320.3615
Hunter Lab87.1223-17.711314.4974
CIE-Lab89.8142-13.847011.2240

#cfe9cc color RGB value is (207,233,204).

#cfe9cc hex color red value is 207, green value is 233 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cfe9cc hue: 0.32 , saturation: 0.40 and the lightness value of cfe9cc is 0.86.

The process color (four color CMYK) of #cfe9cc color hex is 0.11, 0.00, 0.12, 0.09. Web safe color of #cfe9cc is #ccffcc. Color #cfe9cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101001 11001100
Octal 317 351 314
Decimal 207 233 204
Hex CF E9 CC

RGB Percentages of Color #cfe9cc

%32.14
%36.18
%31.68

CMYK Percentages of Color #cfe9cc

%11
%0
%12
%9

Triadic Colors of #cfe9cc

#cfe9cc #cccfe9 #e9cccf

Analogous Colors of #cfe9cc

#cfe9cc #cce9d8 #dee9cc

Monochromatic Colors of #cfe9cc

#cfe9cc

Complementary Color

#cfe9cc #e6cce9

#cfe9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe9cc Color CSS Codes

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

#cfe9cc Text Font Color

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

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


#cfe9cc Background Color

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

This div background color is #cfe9cc


#cfe9cc Border Color

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

This div border color is #cfe9cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,233,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 #cfe9cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe9cc


Comments

No comments written yet.

Please login to write comment.