Color Hex Logo

#cff9de Color Hex

#CFF9DE
(207,249,222)
0 Favorites   0 Comments

Color spaces of #cff9de

RGB 207249222
HSL0.390.780.89
HSV141°17°98°
CMYK 0.170.000.11   0.02
XYZ72.792686.290781.9264
Yxy86.29070.30200.3580
Hunter Lab92.8928-22.686312.7344
CIE-Lab94.4365-18.55968.5000

#cff9de color RGB value is (207,249,222).

#cff9de hex color red value is 207, green value is 249 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cff9de hue: 0.39 , saturation: 0.78 and the lightness value of cff9de is 0.89.

The process color (four color CMYK) of #cff9de color hex is 0.17, 0.00, 0.11, 0.02. Web safe color of #cff9de is #ccffcc. Color #cff9de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111001 11011110
Octal 317 371 336
Decimal 207 249 222
Hex CF F9 DE

RGB Percentages of Color #cff9de

%30.53
%36.73
%32.74

CMYK Percentages of Color #cff9de

%17
%0
%11
%2

Triadic Colors of #cff9de

#cff9de #decff9 #f9decf

Analogous Colors of #cff9de

#cff9de #cff9f3 #d5f9cf

Monochromatic Colors of #cff9de

#cff9de

Complementary Color

#cff9de #f9cfea

#cff9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff9de Color CSS Codes

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

#cff9de Text Font Color

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

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


#cff9de Background Color

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

This div background color is #cff9de


#cff9de Border Color

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

This div border color is #cff9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff9de


Comments

No comments written yet.

Please login to write comment.