Color Hex Logo

#cab74a Color Hex

#CAB74A
(202,183,74)
0 Favorites   0 Comments

Color spaces of #cab74a

RGB 20218374
HSL0.140.550.54
HSV51°63°79°
CMYK 0.000.090.63   0.21
XYZ42.526646.917913.2932
Yxy46.91790.41390.4567
Hunter Lab68.4966-9.046236.4412
CIE-Lab74.1372-6.099456.1919

#cab74a color RGB value is (202,183,74).

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

The process color (four color CMYK) of #cab74a color hex is 0.00, 0.09, 0.63, 0.21. Web safe color of #cab74a is #cccc33. Color #cab74a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110111 01001010
Octal 312 267 112
Decimal 202 183 74
Hex CA B7 4A

RGB Percentages of Color #cab74a

%44.01
%39.87
%16.12

CMYK Percentages of Color #cab74a

%0
%9
%63
%21

Triadic Colors of #cab74a

#cab74a #4acab7 #b74aca

Analogous Colors of #cab74a

#cab74a #9dca4a #ca774a

Monochromatic Colors of #cab74a

#cab74a

Complementary Color

#cab74a #4a5dca

#cab74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab74a Color CSS Codes

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

#cab74a Text Font Color

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

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


#cab74a Background Color

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

This div background color is #cab74a


#cab74a Border Color

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

This div border color is #cab74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab74a


Comments

No comments written yet.

Please login to write comment.