Color Hex Logo

#cfe9df Color Hex

#CFE9DF
(207,233,223)
0 Favorites   0 Comments

Color spaces of #cfe9df

RGB 207233223
HSL0.440.370.86
HSV157°11°91°
CMYK 0.110.000.04   0.09
XYZ68.190376.870981.0556
Yxy76.87090.30160.3400
Hunter Lab87.6761-14.60426.5602
CIE-Lab90.2622-10.41831.9496

#cfe9df color RGB value is (207,233,223).

#cfe9df hex color red value is 207, green value is 233 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cfe9df hue: 0.44 , saturation: 0.37 and the lightness value of cfe9df is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101001 11011111
Octal 317 351 337
Decimal 207 233 223
Hex CF E9 DF

RGB Percentages of Color #cfe9df

%31.22
%35.14
%33.63

CMYK Percentages of Color #cfe9df

%11
%0
%4
%9

Triadic Colors of #cfe9df

#cfe9df #dfcfe9 #e9dfcf

Analogous Colors of #cfe9df

#cfe9df #cfe6e9 #cfe9d2

Monochromatic Colors of #cfe9df

#cfe9df

Complementary Color

#cfe9df #e9cfd9

#cfe9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe9df Color CSS Codes

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

#cfe9df Text Font Color

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

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


#cfe9df Background Color

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

This div background color is #cfe9df


#cfe9df Border Color

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

This div border color is #cfe9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe9df

#cfe9df Color Palettes


Comments

No comments written yet.

Please login to write comment.