Color Hex Logo

#caf5db Color Hex

#CAF5DB
(202,245,219)
0 Favorites   0 Comments

Color spaces of #caf5db

RGB 202245219
HSL0.400.680.88
HSV144°18°96°
CMYK 0.180.000.11   0.04
XYZ69.795782.975879.3551
Yxy82.97580.30070.3575
Hunter Lab91.0911-22.639212.1125
CIE-Lab93.0038-18.75057.9532

#caf5db color RGB value is (202,245,219).

#caf5db hex color red value is 202, green value is 245 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #caf5db hue: 0.40 , saturation: 0.68 and the lightness value of caf5db is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110101 11011011
Octal 312 365 333
Decimal 202 245 219
Hex CA F5 DB

RGB Percentages of Color #caf5db

%30.33
%36.79
%32.88

CMYK Percentages of Color #caf5db

%18
%0
%11
%4

Triadic Colors of #caf5db

#caf5db #dbcaf5 #f5dbca

Analogous Colors of #caf5db

#caf5db #caf5f1 #cff5ca

Monochromatic Colors of #caf5db

#caf5db

Complementary Color

#caf5db #f5cae4

#caf5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf5db Color CSS Codes

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

#caf5db Text Font Color

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

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


#caf5db Background Color

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

This div background color is #caf5db


#caf5db Border Color

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

This div border color is #caf5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf5db


Comments

No comments written yet.

Please login to write comment.