Color Hex Logo

#caeed6 Color Hex

#CAEED6
(202,238,214)
0 Favorites   0 Comments

Color spaces of #caeed6

RGB 202238214
HSL0.390.510.86
HSV140°15°93°
CMYK 0.150.000.10   0.07
XYZ67.069378.560775.2471
Yxy78.56070.30360.3557
Hunter Lab88.6345-20.040211.7093
CIE-Lab91.0352-16.21657.7199

#caeed6 color RGB value is (202,238,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 11010110
Octal 312 356 326
Decimal 202 238 214
Hex CA EE D6

RGB Percentages of Color #caeed6

%30.89
%36.39
%32.72

CMYK Percentages of Color #caeed6

%15
%0
%10
%7

Triadic Colors of #caeed6

#caeed6 #d6caee #eed6ca

Analogous Colors of #caeed6

#caeed6 #caeee8 #d0eeca

Monochromatic Colors of #caeed6

#caeed6

Complementary Color

#caeed6 #eecae2

#caeed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeed6 Color CSS Codes

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

#caeed6 Text Font Color

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

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


#caeed6 Background Color

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

This div background color is #caeed6


#caeed6 Border Color

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

This div border color is #caeed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeed6

#caeed6 Color Palettes


Comments

No comments written yet.

Please login to write comment.