Color Hex Logo

#caf0db Color Hex

#CAF0DB
(202,240,219)
0 Favorites   0 Comments

Color spaces of #caf0db

RGB 202240219
HSL0.410.560.87
HSV147°16°94°
CMYK 0.160.000.09   0.06
XYZ68.303479.991278.8577
Yxy79.99120.30070.3521
Hunter Lab89.4378-20.196210.3302
CIE-Lab91.6809-16.28636.0492

#caf0db color RGB value is (202,240,219).

#caf0db hex color red value is 202, green value is 240 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #caf0db hue: 0.41 , saturation: 0.56 and the lightness value of caf0db is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110000 11011011
Octal 312 360 333
Decimal 202 240 219
Hex CA F0 DB

RGB Percentages of Color #caf0db

%30.56
%36.31
%33.13

CMYK Percentages of Color #caf0db

%16
%0
%9
%6

Triadic Colors of #caf0db

#caf0db #dbcaf0 #f0dbca

Analogous Colors of #caf0db

#caf0db #caf0ee #ccf0ca

Monochromatic Colors of #caf0db

#caf0db

Complementary Color

#caf0db #f0cadf

#caf0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf0db Color CSS Codes

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

#caf0db Text Font Color

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

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


#caf0db Background Color

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

This div background color is #caf0db


#caf0db Border Color

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

This div border color is #caf0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf0db

#caf0db Color Palettes


Comments

No comments written yet.

Please login to write comment.