Color Hex Logo

#caeddb Color Hex

#CAEDDB
(202,237,219)
0 Favorites   0 Comments

Color spaces of #caeddb

RGB 202237219
HSL0.410.490.86
HSV149°15°93°
CMYK 0.150.000.08   0.07
XYZ67.427578.239478.5657
Yxy78.23940.30070.3489
Hunter Lab88.4530-18.72289.2546
CIE-Lab90.8890-14.79574.9058

#caeddb color RGB value is (202,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101101 11011011
Octal 312 355 333
Decimal 202 237 219
Hex CA ED DB

RGB Percentages of Color #caeddb

%30.70
%36.02
%33.28

CMYK Percentages of Color #caeddb

%15
%0
%8
%7

Triadic Colors of #caeddb

#caeddb #dbcaed #eddbca

Analogous Colors of #caeddb

#caeddb #caeded #cbedca

Monochromatic Colors of #caeddb

#caeddb

Complementary Color

#caeddb #edcadc

#caeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeddb Color CSS Codes

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

#caeddb Text Font Color

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

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


#caeddb Background Color

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

This div background color is #caeddb


#caeddb Border Color

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

This div border color is #caeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeddb

#caeddb Color Palettes


Comments

No comments written yet.

Please login to write comment.