Color Hex Logo

#caeee5 Color Hex

#CAEEE5
(202,238,229)
0 Favorites   0 Comments

Color spaces of #caeee5

RGB 202238229
HSL0.460.510.86
HSV165°15°93°
CMYK 0.150.000.04   0.07
XYZ69.074579.362885.8067
Yxy79.36280.29490.3388
Hunter Lab89.0858-17.49655.2524
CIE-Lab91.3982-13.38870.4338

#caeee5 color RGB value is (202,238,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 11100101
Octal 312 356 345
Decimal 202 238 229
Hex CA EE E5

RGB Percentages of Color #caeee5

%30.19
%35.58
%34.23

CMYK Percentages of Color #caeee5

%15
%0
%4
%7

Triadic Colors of #caeee5

#caeee5 #e5caee #eee5ca

Analogous Colors of #caeee5

#caeee5 #cae5ee #caeed3

Monochromatic Colors of #caeee5

#caeee5

Complementary Color

#caeee5 #eecad3

#caeee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeee5 Color CSS Codes

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

#caeee5 Text Font Color

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

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


#caeee5 Background Color

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

This div background color is #caeee5


#caeee5 Border Color

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

This div border color is #caeee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeee5


Comments

No comments written yet.

Please login to write comment.