Color Hex Logo

#caeab9 Color Hex

#CAEAB9
(202,234,185)
0 Favorites   0 Comments

Color spaces of #caeab9

RGB 202234185
HSL0.280.540.82
HSV99°21°92°
CMYK 0.140.000.21   0.08
XYZ62.536974.905057.0610
Yxy74.90500.32150.3851
Hunter Lab86.5477-22.479421.4934
CIE-Lab89.3485-19.208420.3890

#caeab9 color RGB value is (202,234,185).

#caeab9 hex color red value is 202, green value is 234 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #caeab9 hue: 0.28 , saturation: 0.54 and the lightness value of caeab9 is 0.82.

The process color (four color CMYK) of #caeab9 color hex is 0.14, 0.00, 0.21, 0.08. Web safe color of #caeab9 is #ccffcc. Color #caeab9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101010 10111001
Octal 312 352 271
Decimal 202 234 185
Hex CA EA B9

RGB Percentages of Color #caeab9

%32.53
%37.68
%29.79

CMYK Percentages of Color #caeab9

%14
%0
%21
%8

Triadic Colors of #caeab9

#caeab9 #b9caea #eab9ca

Analogous Colors of #caeab9

#caeab9 #b9eac1 #e3eab9

Monochromatic Colors of #caeab9

#caeab9

Complementary Color

#caeab9 #d9b9ea

#caeab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeab9 Color CSS Codes

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

#caeab9 Text Font Color

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

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


#caeab9 Background Color

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

This div background color is #caeab9


#caeab9 Border Color

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

This div border color is #caeab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeab9


Comments

No comments written yet.

Please login to write comment.