Color Hex Logo

#cae5cc Color Hex

#CAE5CC
(202,229,204)
0 Favorites   0 Comments

Color spaces of #cae5cc

RGB 202229204
HSL0.350.340.85
HSV124°12°90°
CMYK 0.120.000.11   0.10
XYZ63.275572.954867.8735
Yxy72.95480.31000.3574
Hunter Lab85.4136-17.238612.6750
CIE-Lab88.4262-13.52759.1970

#cae5cc color RGB value is (202,229,204).

#cae5cc hex color red value is 202, green value is 229 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cae5cc hue: 0.35 , saturation: 0.34 and the lightness value of cae5cc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100101 11001100
Octal 312 345 314
Decimal 202 229 204
Hex CA E5 CC

RGB Percentages of Color #cae5cc

%31.81
%36.06
%32.13

CMYK Percentages of Color #cae5cc

%12
%0
%11
%10

Triadic Colors of #cae5cc

#cae5cc #cccae5 #e5ccca

Analogous Colors of #cae5cc

#cae5cc #cae5da #d6e5ca

Monochromatic Colors of #cae5cc

#cae5cc

Complementary Color

#cae5cc #e5cae3

#cae5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae5cc Color CSS Codes

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

#cae5cc Text Font Color

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

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


#cae5cc Background Color

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

This div background color is #cae5cc


#cae5cc Border Color

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

This div border color is #cae5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae5cc


Comments

No comments written yet.

Please login to write comment.