Color Hex Logo

#cae7ba Color Hex

#CAE7BA
(202,231,186)
0 Favorites   0 Comments

Color spaces of #cae7ba

RGB 202231186
HSL0.270.480.82
HSV99°19°91°
CMYK 0.130.000.19   0.09
XYZ61.796073.253657.3367
Yxy73.25360.32120.3808
Hunter Lab85.5883-20.900020.1927
CIE-Lab88.5685-17.570718.7850

#cae7ba color RGB value is (202,231,186).

#cae7ba hex color red value is 202, green value is 231 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cae7ba hue: 0.27 , saturation: 0.48 and the lightness value of cae7ba is 0.82.

The process color (four color CMYK) of #cae7ba color hex is 0.13, 0.00, 0.19, 0.09. Web safe color of #cae7ba is #ccffcc. Color #cae7ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100111 10111010
Octal 312 347 272
Decimal 202 231 186
Hex CA E7 BA

RGB Percentages of Color #cae7ba

%32.63
%37.32
%30.05

CMYK Percentages of Color #cae7ba

%13
%0
%19
%9

Triadic Colors of #cae7ba

#cae7ba #bacae7 #e7baca

Analogous Colors of #cae7ba

#cae7ba #bae7c1 #e1e7ba

Monochromatic Colors of #cae7ba

#cae7ba

Complementary Color

#cae7ba #d7bae7

#cae7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae7ba Color CSS Codes

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

#cae7ba Text Font Color

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

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


#cae7ba Background Color

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

This div background color is #cae7ba


#cae7ba Border Color

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

This div border color is #cae7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae7ba


Comments

No comments written yet.

Please login to write comment.