Color Hex Logo

#caede1 Color Hex

#CAEDE1
(202,237,225)
0 Favorites   0 Comments

Color spaces of #caede1

RGB 202237225
HSL0.440.490.86
HSV159°15°93°
CMYK 0.150.000.05   0.07
XYZ68.231978.561282.8018
Yxy78.56120.29720.3422
Hunter Lab88.6348-17.69986.6561
CIE-Lab91.0354-13.66021.9904

#caede1 color RGB value is (202,237,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101101 11100001
Octal 312 355 341
Decimal 202 237 225
Hex CA ED E1

RGB Percentages of Color #caede1

%30.42
%35.69
%33.89

CMYK Percentages of Color #caede1

%15
%0
%5
%7

Triadic Colors of #caede1

#caede1 #e1caed #ede1ca

Analogous Colors of #caede1

#caede1 #cae8ed #caedd0

Monochromatic Colors of #caede1

#caede1

Complementary Color

#caede1 #edcad6

#caede1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caede1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caede1 Color CSS Codes

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

#caede1 Text Font Color

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

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


#caede1 Background Color

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

This div background color is #caede1


#caede1 Border Color

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

This div border color is #caede1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,237,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caede1


Comments

No comments written yet.

Please login to write comment.