Color Hex Logo

#caeef2 Color Hex

#CAEEF2
(202,238,242)
0 Favorites   0 Comments

Color spaces of #caeef2

RGB 202238242
HSL0.520.610.87
HSV186°17°95°
CMYK 0.170.020.00   0.05
XYZ70.958780.116495.7285
Yxy80.11640.28750.3246
Hunter Lab89.5078-15.1299-0.7552
CIE-Lab91.7371-10.7985-5.8442

#caeef2 color RGB value is (202,238,242).

#caeef2 hex color red value is 202, green value is 238 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #caeef2 hue: 0.52 , saturation: 0.61 and the lightness value of caeef2 is 0.87.

The process color (four color CMYK) of #caeef2 color hex is 0.17, 0.02, 0.00, 0.05. Web safe color of #caeef2 is #ccffff. Color #caeef2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 11110010
Octal 312 356 362
Decimal 202 238 242
Hex CA EE F2

RGB Percentages of Color #caeef2

%29.62
%34.90
%35.48

CMYK Percentages of Color #caeef2

%17
%2
%0
%5

Triadic Colors of #caeef2

#caeef2 #f2caee #eef2ca

Analogous Colors of #caeef2

#caeef2 #cadaf2 #caf2e2

Monochromatic Colors of #caeef2

#caeef2

Complementary Color

#caeef2 #f2ceca

#caeef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeef2 Color CSS Codes

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

#caeef2 Text Font Color

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

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


#caeef2 Background Color

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

This div background color is #caeef2


#caeef2 Border Color

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

This div border color is #caeef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeef2

#caeef2 Color Palettes


Comments

No comments written yet.

Please login to write comment.