Color Hex Logo

#cae6ca Color Hex

#CAE6CA
(202,230,202)
0 Favorites   0 Comments

Color spaces of #cae6ca

RGB 202230202
HSL0.330.360.85
HSV120°12°90°
CMYK 0.120.000.12   0.10
XYZ63.314673.414566.7105
Yxy73.41450.31120.3609
Hunter Lab85.6823-18.042013.8156
CIE-Lab88.6450-14.381010.5558

#cae6ca color RGB value is (202,230,202).

#cae6ca hex color red value is 202, green value is 230 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cae6ca hue: 0.33 , saturation: 0.36 and the lightness value of cae6ca is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 11001010
Octal 312 346 312
Decimal 202 230 202
Hex CA E6 CA

RGB Percentages of Color #cae6ca

%31.86
%36.28
%31.86

CMYK Percentages of Color #cae6ca

%12
%0
%12
%10

Triadic Colors of #cae6ca

#cae6ca #cacae6 #e6caca

Analogous Colors of #cae6ca

#cae6ca #cae6d8 #d8e6ca

Monochromatic Colors of #cae6ca

#cae6ca

Complementary Color

#cae6ca #e6cae6

#cae6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae6ca Color CSS Codes

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

#cae6ca Text Font Color

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

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


#cae6ca Background Color

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

This div background color is #cae6ca


#cae6ca Border Color

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

This div border color is #cae6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae6ca


Comments

No comments written yet.

Please login to write comment.