Color Hex Logo

#cfe1dd Color Hex

#CFE1DD
(207,225,221)
0 Favorites   0 Comments

Color spaces of #cfe1dd

RGB 207225221
HSL0.460.230.85
HSV167°88°
CMYK 0.080.000.02   0.12
XYZ65.708572.336378.9057
Yxy72.33630.30290.3334
Hunter Lab85.0507-10.93334.5293
CIE-Lab88.1302-6.7264-0.1092

#cfe1dd color RGB value is (207,225,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 11011101
Octal 317 341 335
Decimal 207 225 221
Hex CF E1 DD

RGB Percentages of Color #cfe1dd

%31.70
%34.46
%33.84

CMYK Percentages of Color #cfe1dd

%8
%0
%2
%12

Triadic Colors of #cfe1dd

#cfe1dd #ddcfe1 #e1ddcf

Analogous Colors of #cfe1dd

#cfe1dd #cfdce1 #cfe1d4

Monochromatic Colors of #cfe1dd

#cfe1dd

Complementary Color

#cfe1dd #e1cfd3

#cfe1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe1dd Color CSS Codes

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

#cfe1dd Text Font Color

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

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


#cfe1dd Background Color

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

This div background color is #cfe1dd


#cfe1dd Border Color

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

This div border color is #cfe1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe1dd


Comments

No comments written yet.

Please login to write comment.