Color Hex Logo

#cff0db Color Hex

#CFF0DB
(207,240,219)
0 Favorites   0 Comments

Color spaces of #cff0db

RGB 207240219
HSL0.390.520.88
HSV142°14°94°
CMYK 0.140.000.09   0.06
XYZ69.678480.700078.9221
Yxy80.70000.30390.3519
Hunter Lab89.8332-18.755910.7945
CIE-Lab91.9980-14.66796.5470

#cff0db color RGB value is (207,240,219).

#cff0db hex color red value is 207, green value is 240 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cff0db hue: 0.39 , saturation: 0.52 and the lightness value of cff0db is 0.88.

The process color (four color CMYK) of #cff0db color hex is 0.14, 0.00, 0.09, 0.06. Web safe color of #cff0db is #ccffcc. Color #cff0db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110000 11011011
Octal 317 360 333
Decimal 207 240 219
Hex CF F0 DB

RGB Percentages of Color #cff0db

%31.08
%36.04
%32.88

CMYK Percentages of Color #cff0db

%14
%0
%9
%6

Triadic Colors of #cff0db

#cff0db #dbcff0 #f0dbcf

Analogous Colors of #cff0db

#cff0db #cff0ec #d4f0cf

Monochromatic Colors of #cff0db

#cff0db

Complementary Color

#cff0db #f0cfe4

#cff0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff0db Color CSS Codes

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

#cff0db Text Font Color

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

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


#cff0db Background Color

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

This div background color is #cff0db


#cff0db Border Color

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

This div border color is #cff0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff0db


Comments

No comments written yet.

Please login to write comment.