Color Hex Logo

#cab947 Color Hex

#CAB947
(202,185,71)
0 Favorites   0 Comments

Color spaces of #cab947

RGB 20218571
HSL0.150.550.54
HSV52°65°79°
CMYK 0.000.080.65   0.21
XYZ42.843447.709412.9120
Yxy47.70940.41410.4611
Hunter Lab69.0720-10.157537.2670
CIE-Lab74.6413-7.324858.0186

#cab947 color RGB value is (202,185,71).

#cab947 hex color red value is 202, green value is 185 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #cab947 hue: 0.15 , saturation: 0.55 and the lightness value of cab947 is 0.54.

The process color (four color CMYK) of #cab947 color hex is 0.00, 0.08, 0.65, 0.21. Web safe color of #cab947 is #cccc33. Color #cab947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 01000111
Octal 312 271 107
Decimal 202 185 71
Hex CA B9 47

RGB Percentages of Color #cab947

%44.10
%40.39
%15.50

CMYK Percentages of Color #cab947

%0
%8
%65
%21

Triadic Colors of #cab947

#cab947 #47cab9 #b947ca

Analogous Colors of #cab947

#cab947 #9aca47 #ca7847

Monochromatic Colors of #cab947

#cab947

Complementary Color

#cab947 #4758ca

#cab947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab947 Color CSS Codes

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

#cab947 Text Font Color

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

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


#cab947 Background Color

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

This div background color is #cab947


#cab947 Border Color

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

This div border color is #cab947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab947


Comments

No comments written yet.

Please login to write comment.