Color Hex Logo

#cfe1dc Color Hex

#CFE1DC
(207,225,220)
0 Favorites   0 Comments

Color spaces of #cfe1dc

RGB 207225220
HSL0.450.230.85
HSV163°88°
CMYK 0.080.000.02   0.12
XYZ65.575672.283178.2060
Yxy72.28310.30350.3345
Hunter Lab85.0195-11.10684.9751
CIE-Lab88.1047-6.91460.3794

#cfe1dc color RGB value is (207,225,220).

#cfe1dc hex color red value is 207, green value is 225 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cfe1dc hue: 0.45 , saturation: 0.23 and the lightness value of cfe1dc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 11011100
Octal 317 341 334
Decimal 207 225 220
Hex CF E1 DC

RGB Percentages of Color #cfe1dc

%31.75
%34.51
%33.74

CMYK Percentages of Color #cfe1dc

%8
%0
%2
%12

Triadic Colors of #cfe1dc

#cfe1dc #dccfe1 #e1dccf

Analogous Colors of #cfe1dc

#cfe1dc #cfdde1 #cfe1d3

Monochromatic Colors of #cfe1dc

#cfe1dc

Complementary Color

#cfe1dc #e1cfd4

#cfe1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe1dc Color CSS Codes

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

#cfe1dc Text Font Color

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

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


#cfe1dc Background Color

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

This div background color is #cfe1dc


#cfe1dc Border Color

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

This div border color is #cfe1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe1dc


Comments

No comments written yet.

Please login to write comment.