Color Hex Logo

#cae4bb Color Hex

#CAE4BB
(202,228,187)
0 Favorites   0 Comments

Color spaces of #cae4bb

RGB 202228187
HSL0.270.430.81
HSV98°18°89°
CMYK 0.110.000.18   0.11
XYZ61.070271.631257.6212
Yxy71.63120.32090.3764
Hunter Lab84.6352-19.311518.8789
CIE-Lab87.7908-15.920917.1773

#cae4bb color RGB value is (202,228,187).

#cae4bb hex color red value is 202, green value is 228 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cae4bb hue: 0.27 , saturation: 0.43 and the lightness value of cae4bb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100100 10111011
Octal 312 344 273
Decimal 202 228 187
Hex CA E4 BB

RGB Percentages of Color #cae4bb

%32.74
%36.95
%30.31

CMYK Percentages of Color #cae4bb

%11
%0
%18
%11

Triadic Colors of #cae4bb

#cae4bb #bbcae4 #e4bbca

Analogous Colors of #cae4bb

#cae4bb #bbe4c1 #dfe4bb

Monochromatic Colors of #cae4bb

#cae4bb

Complementary Color

#cae4bb #d5bbe4

#cae4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae4bb Color CSS Codes

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

#cae4bb Text Font Color

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

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


#cae4bb Background Color

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

This div background color is #cae4bb


#cae4bb Border Color

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

This div border color is #cae4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae4bb


Comments

No comments written yet.

Please login to write comment.