Color Hex Logo

#cab76e Color Hex

#CAB76E
(202,183,110)
0 Favorites   0 Comments

Color spaces of #cab76e

RGB 202183110
HSL0.130.460.61
HSV48°46°79°
CMYK 0.000.090.46   0.21
XYZ44.105147.549321.6052
Yxy47.54930.38940.4198
Hunter Lab68.9560-6.502229.6925
CIE-Lab74.5398-3.160339.4500

#cab76e color RGB value is (202,183,110).

#cab76e hex color red value is 202, green value is 183 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cab76e hue: 0.13 , saturation: 0.46 and the lightness value of cab76e is 0.61.

The process color (four color CMYK) of #cab76e color hex is 0.00, 0.09, 0.46, 0.21. Web safe color of #cab76e is #cccc66. Color #cab76e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110111 01101110
Octal 312 267 156
Decimal 202 183 110
Hex CA B7 6E

RGB Percentages of Color #cab76e

%40.81
%36.97
%22.22

CMYK Percentages of Color #cab76e

%0
%9
%46
%21

Triadic Colors of #cab76e

#cab76e #6ecab7 #b76eca

Analogous Colors of #cab76e

#cab76e #afca6e #ca896e

Monochromatic Colors of #cab76e

#cab76e

Complementary Color

#cab76e #6e81ca

#cab76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab76e Color CSS Codes

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

#cab76e Text Font Color

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

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


#cab76e Background Color

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

This div background color is #cab76e


#cab76e Border Color

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

This div border color is #cab76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab76e


Comments

No comments written yet.

Please login to write comment.