Color Hex Logo

#cab76d Color Hex

#CAB76D
(202,183,109)
0 Favorites   0 Comments

Color spaces of #cab76d

RGB 202183109
HSL0.130.470.61
HSV48°46°79°
CMYK 0.000.090.46   0.21
XYZ44.050947.527721.3200
Yxy47.52770.39020.4210
Hunter Lab68.9403-6.589229.9226
CIE-Lab74.5261-3.259839.9419

#cab76d color RGB value is (202,183,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110111 01101101
Octal 312 267 155
Decimal 202 183 109
Hex CA B7 6D

RGB Percentages of Color #cab76d

%40.89
%37.04
%22.06

CMYK Percentages of Color #cab76d

%0
%9
%46
%21

Triadic Colors of #cab76d

#cab76d #6dcab7 #b76dca

Analogous Colors of #cab76d

#cab76d #afca6d #ca896d

Monochromatic Colors of #cab76d

#cab76d

Complementary Color

#cab76d #6d80ca

#cab76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab76d Color CSS Codes

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

#cab76d Text Font Color

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

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


#cab76d Background Color

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

This div background color is #cab76d


#cab76d Border Color

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

This div border color is #cab76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab76d


Comments

No comments written yet.

Please login to write comment.