Color Hex Logo

#cab772 Color Hex

#CAB772
(202,183,114)
0 Favorites   0 Comments

Color spaces of #cab772

RGB 202183114
HSL0.130.450.62
HSV47°44°79°
CMYK 0.000.090.44   0.21
XYZ44.327947.638422.7784
Yxy47.63840.38630.4152
Hunter Lab69.0206-6.145828.7473
CIE-Lab74.5963-2.753237.4731

#cab772 color RGB value is (202,183,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110111 01110010
Octal 312 267 162
Decimal 202 183 114
Hex CA B7 72

RGB Percentages of Color #cab772

%40.48
%36.67
%22.85

CMYK Percentages of Color #cab772

%0
%9
%44
%21

Triadic Colors of #cab772

#cab772 #72cab7 #b772ca

Analogous Colors of #cab772

#cab772 #b1ca72 #ca8b72

Monochromatic Colors of #cab772

#cab772

Complementary Color

#cab772 #7285ca

#cab772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab772 Color CSS Codes

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

#cab772 Text Font Color

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

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


#cab772 Background Color

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

This div background color is #cab772


#cab772 Border Color

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

This div border color is #cab772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab772


Comments

No comments written yet.

Please login to write comment.