Color Hex Logo

#cfe1c9 Color Hex

#CFE1C9
(207,225,201)
0 Favorites   0 Comments

Color spaces of #cfe1c9

RGB 207225201
HSL0.290.290.84
HSV105°11°88°
CMYK 0.080.000.11   0.12
XYZ63.200071.332965.6960
Yxy71.33290.31560.3563
Hunter Lab84.4588-14.232513.0026
CIE-Lab87.6465-10.34069.6997

#cfe1c9 color RGB value is (207,225,201).

#cfe1c9 hex color red value is 207, green value is 225 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #cfe1c9 hue: 0.29 , saturation: 0.29 and the lightness value of cfe1c9 is 0.84.

The process color (four color CMYK) of #cfe1c9 color hex is 0.08, 0.00, 0.11, 0.12. Web safe color of #cfe1c9 is #cccccc. Color #cfe1c9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 11001001
Octal 317 341 311
Decimal 207 225 201
Hex CF E1 C9

RGB Percentages of Color #cfe1c9

%32.70
%35.55
%31.75

CMYK Percentages of Color #cfe1c9

%8
%0
%11
%12

Triadic Colors of #cfe1c9

#cfe1c9 #c9cfe1 #e1c9cf

Analogous Colors of #cfe1c9

#cfe1c9 #c9e1cf #dbe1c9

Monochromatic Colors of #cfe1c9

#cfe1c9

Complementary Color

#cfe1c9 #dbc9e1

#cfe1c9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe1c9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe1c9 Color CSS Codes

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

#cfe1c9 Text Font Color

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

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


#cfe1c9 Background Color

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

This div background color is #cfe1c9


#cfe1c9 Border Color

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

This div border color is #cfe1c9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe1c9


Comments

No comments written yet.

Please login to write comment.