Color Hex Logo

#cab71f Color Hex

#CAB71F
(202,183,31)
0 Favorites   0 Comments

Color spaces of #cab71f

RGB 20218331
HSL0.150.730.46
HSV53°85°79°
CMYK 0.000.090.85   0.21
XYZ41.537946.52258.0868
Yxy46.52250.43200.4839
Hunter Lab68.2074-10.657540.7156
CIE-Lab73.8833-7.991970.9023

#cab71f color RGB value is (202,183,31).

#cab71f hex color red value is 202, green value is 183 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cab71f hue: 0.15 , saturation: 0.73 and the lightness value of cab71f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110111 00011111
Octal 312 267 37
Decimal 202 183 31
Hex CA B7 1F

RGB Percentages of Color #cab71f

%48.56
%43.99
%7.45

CMYK Percentages of Color #cab71f

%0
%9
%85
%21

Triadic Colors of #cab71f

#cab71f #1fcab7 #b71fca

Analogous Colors of #cab71f

#cab71f #88ca1f #ca621f

Monochromatic Colors of #cab71f

#cab71f

Complementary Color

#cab71f #1f32ca

#cab71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab71f Color CSS Codes

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

#cab71f Text Font Color

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

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


#cab71f Background Color

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

This div background color is #cab71f


#cab71f Border Color

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

This div border color is #cab71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab71f


Comments

No comments written yet.

Please login to write comment.