Color Hex Logo

#caae9b Color Hex

#CAAE9B
(202,174,155)
0 Favorites   0 Comments

Color spaces of #caae9b

RGB 202174155
HSL0.070.310.70
HSV24°23°79°
CMYK 0.000.140.23   0.21
XYZ45.409645.195237.3406
Yxy45.19520.35490.3532
Hunter Lab67.22742.922214.1273
CIE-Lab73.02027.168713.4910

#caae9b color RGB value is (202,174,155).

#caae9b hex color red value is 202, green value is 174 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #caae9b hue: 0.07 , saturation: 0.31 and the lightness value of caae9b is 0.70.

The process color (four color CMYK) of #caae9b color hex is 0.00, 0.14, 0.23, 0.21. Web safe color of #caae9b is #cc9999. Color #caae9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 10011011
Octal 312 256 233
Decimal 202 174 155
Hex CA AE 9B

RGB Percentages of Color #caae9b

%38.04
%32.77
%29.19

CMYK Percentages of Color #caae9b

%0
%14
%23
%21

Triadic Colors of #caae9b

#caae9b #9bcaae #ae9bca

Analogous Colors of #caae9b

#caae9b #cac69b #ca9ba0

Monochromatic Colors of #caae9b

#caae9b

Complementary Color

#caae9b #9bb7ca

#caae9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caae9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#caae9b Color CSS Codes

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

#caae9b Text Font Color

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

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


#caae9b Background Color

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

This div background color is #caae9b


#caae9b Border Color

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

This div border color is #caae9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caae9b


Comments

No comments written yet.

Please login to write comment.