Color Hex Logo

#cab972 Color Hex

#CAB972
(202,185,114)
0 Favorites   0 Comments

Color spaces of #cab972

RGB 202185114
HSL0.130.450.62
HSV48°44°79°
CMYK 0.000.080.44   0.21
XYZ44.743348.469422.9169
Yxy48.46940.38530.4174
Hunter Lab69.6200-7.116729.2174
CIE-Lab75.1200-3.803338.1359

#cab972 color RGB value is (202,185,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 01110010
Octal 312 271 162
Decimal 202 185 114
Hex CA B9 72

RGB Percentages of Color #cab972

%40.32
%36.93
%22.75

CMYK Percentages of Color #cab972

%0
%8
%44
%21

Triadic Colors of #cab972

#cab972 #72cab9 #b972ca

Analogous Colors of #cab972

#cab972 #afca72 #ca8d72

Monochromatic Colors of #cab972

#cab972

Complementary Color

#cab972 #7283ca

#cab972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab972 Color CSS Codes

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

#cab972 Text Font Color

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

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


#cab972 Background Color

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

This div background color is #cab972


#cab972 Border Color

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

This div border color is #cab972


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,185,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 #cab972">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab972


Comments

No comments written yet.

Please login to write comment.