Color Hex Logo

#cfede9 Color Hex

#CFEDE9
(207,237,233)
0 Favorites   0 Comments

Color spaces of #cfede9

RGB 207237233
HSL0.480.450.87
HSV172°13°93°
CMYK 0.130.000.02   0.07
XYZ70.724379.717088.7501
Yxy79.71700.29570.3333
Hunter Lab89.2844-14.85353.5639
CIE-Lab91.5577-10.5255-1.3797

#cfede9 color RGB value is (207,237,233).

#cfede9 hex color red value is 207, green value is 237 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #cfede9 hue: 0.48 , saturation: 0.45 and the lightness value of cfede9 is 0.87.

The process color (four color CMYK) of #cfede9 color hex is 0.13, 0.00, 0.02, 0.07. Web safe color of #cfede9 is #ccffff. Color #cfede9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 11101001
Octal 317 355 351
Decimal 207 237 233
Hex CF ED E9

RGB Percentages of Color #cfede9

%30.58
%35.01
%34.42

CMYK Percentages of Color #cfede9

%13
%0
%2
%7

Triadic Colors of #cfede9

#cfede9 #e9cfed #ede9cf

Analogous Colors of #cfede9

#cfede9 #cfe2ed #cfedda

Monochromatic Colors of #cfede9

#cfede9

Complementary Color

#cfede9 #edcfd3

#cfede9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfede9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfede9 Color CSS Codes

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

#cfede9 Text Font Color

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

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


#cfede9 Background Color

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

This div background color is #cfede9


#cfede9 Border Color

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

This div border color is #cfede9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfede9


Comments

No comments written yet.

Please login to write comment.