Color Hex Logo

#cfe6dd Color Hex

#CFE6DD
(207,230,221)
0 Favorites   0 Comments

Color spaces of #cfe6dd

RGB 207230221
HSL0.430.320.86
HSV157°10°90°
CMYK 0.100.000.04   0.10
XYZ67.080175.079579.3629
Yxy75.07950.30280.3389
Hunter Lab86.6484-13.44656.3491
CIE-Lab89.4302-9.27481.7859

#cfe6dd color RGB value is (207,230,221).

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

The process color (four color CMYK) of #cfe6dd color hex is 0.10, 0.00, 0.04, 0.10. Web safe color of #cfe6dd is #ccffcc. Color #cfe6dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100110 11011101
Octal 317 346 335
Decimal 207 230 221
Hex CF E6 DD

RGB Percentages of Color #cfe6dd

%31.46
%34.95
%33.59

CMYK Percentages of Color #cfe6dd

%10
%0
%4
%10

Triadic Colors of #cfe6dd

#cfe6dd #ddcfe6 #e6ddcf

Analogous Colors of #cfe6dd

#cfe6dd #cfe4e6 #cfe6d2

Monochromatic Colors of #cfe6dd

#cfe6dd

Complementary Color

#cfe6dd #e6cfd8

#cfe6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe6dd Color CSS Codes

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

#cfe6dd Text Font Color

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

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


#cfe6dd Background Color

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

This div background color is #cfe6dd


#cfe6dd Border Color

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

This div border color is #cfe6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe6dd


Comments

No comments written yet.

Please login to write comment.