Color Hex Logo

#caab93 Color Hex

#CAAB93
(202,171,147)
0 Favorites   0 Comments

Color spaces of #caab93

RGB 202171147
HSL0.070.340.68
HSV26°27°79°
CMYK 0.000.150.27   0.21
XYZ44.186543.789033.7270
Yxy43.78900.36310.3598
Hunter Lab66.17333.388316.1025
CIE-Lab72.08727.648916.5523

#caab93 color RGB value is (202,171,147).

#caab93 hex color red value is 202, green value is 171 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #caab93 hue: 0.07 , saturation: 0.34 and the lightness value of caab93 is 0.68.

The process color (four color CMYK) of #caab93 color hex is 0.00, 0.15, 0.27, 0.21. Web safe color of #caab93 is #cc9999. Color #caab93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 10010011
Octal 312 253 223
Decimal 202 171 147
Hex CA AB 93

RGB Percentages of Color #caab93

%38.85
%32.88
%28.27

CMYK Percentages of Color #caab93

%0
%15
%27
%21

Triadic Colors of #caab93

#caab93 #93caab #ab93ca

Analogous Colors of #caab93

#caab93 #cac793 #ca9397

Monochromatic Colors of #caab93

#caab93

Complementary Color

#caab93 #93b2ca

#caab93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caab93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caab93 Color CSS Codes

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

#caab93 Text Font Color

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

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


#caab93 Background Color

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

This div background color is #caab93


#caab93 Border Color

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

This div border color is #caab93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caab93


Comments

No comments written yet.

Please login to write comment.