Color Hex Logo

#caeedb Color Hex

#CAEEDB
(202,238,219)
0 Favorites   0 Comments

Color spaces of #caeedb

RGB 202238219
HSL0.410.510.86
HSV148°15°93°
CMYK 0.150.000.08   0.07
XYZ67.717878.820178.6625
Yxy78.82010.30070.3500
Hunter Lab88.7807-19.21479.6137
CIE-Lab91.1528-15.29375.2870

#caeedb color RGB value is (202,238,219).

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

The process color (four color CMYK) of #caeedb color hex is 0.15, 0.00, 0.08, 0.07. Web safe color of #caeedb is #ccffcc. Color #caeedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 11011011
Octal 312 356 333
Decimal 202 238 219
Hex CA EE DB

RGB Percentages of Color #caeedb

%30.65
%36.12
%33.23

CMYK Percentages of Color #caeedb

%15
%0
%8
%7

Triadic Colors of #caeedb

#caeedb #dbcaee #eedbca

Analogous Colors of #caeedb

#caeedb #caeeed #cbeeca

Monochromatic Colors of #caeedb

#caeedb

Complementary Color

#caeedb #eecadd

#caeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeedb Color CSS Codes

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

#caeedb Text Font Color

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

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


#caeedb Background Color

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

This div background color is #caeedb


#caeedb Border Color

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

This div border color is #caeedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeedb


Comments

No comments written yet.

Please login to write comment.