Color Hex Logo

#caede4 Color Hex

#CAEDE4
(202,237,228)
0 Favorites   0 Comments

Color spaces of #caede4

RGB 202237228
HSL0.460.490.86
HSV165°15°93°
CMYK 0.150.000.04   0.07
XYZ68.644978.726484.9765
Yxy78.72640.29540.3388
Hunter Lab88.7279-17.17625.3263
CIE-Lab91.1104-13.08180.5352

#caede4 color RGB value is (202,237,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101101 11100100
Octal 312 355 344
Decimal 202 237 228
Hex CA ED E4

RGB Percentages of Color #caede4

%30.28
%35.53
%34.18

CMYK Percentages of Color #caede4

%15
%0
%4
%7

Triadic Colors of #caede4

#caede4 #e4caed #ede4ca

Analogous Colors of #caede4

#caede4 #cae5ed #caedd3

Monochromatic Colors of #caede4

#caede4

Complementary Color

#caede4 #edcad3

#caede4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caede4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caede4 Color CSS Codes

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

#caede4 Text Font Color

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

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


#caede4 Background Color

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

This div background color is #caede4


#caede4 Border Color

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

This div border color is #caede4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caede4


Comments

No comments written yet.

Please login to write comment.