Color Hex Logo

#cab11f Color Hex

#CAB11F
(202,177,31)
0 Favorites   0 Comments

Color spaces of #cab11f

RGB 20217731
HSL0.140.730.46
HSV51°85°79°
CMYK 0.000.120.85   0.21
XYZ40.326644.09987.6830
Yxy44.09980.43780.4788
Hunter Lab66.4077-7.817939.6259
CIE-Lab72.2952-4.871169.5873

#cab11f color RGB value is (202,177,31).

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

The process color (four color CMYK) of #cab11f color hex is 0.00, 0.12, 0.85, 0.21. Web safe color of #cab11f is #cc9933. Color #cab11f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110001 00011111
Octal 312 261 37
Decimal 202 177 31
Hex CA B1 1F

RGB Percentages of Color #cab11f

%49.27
%43.17
%7.56

CMYK Percentages of Color #cab11f

%0
%12
%85
%21

Triadic Colors of #cab11f

#cab11f #1fcab1 #b11fca

Analogous Colors of #cab11f

#cab11f #8eca1f #ca5b1f

Monochromatic Colors of #cab11f

#cab11f

Complementary Color

#cab11f #1f38ca

#cab11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab11f Color CSS Codes

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

#cab11f Text Font Color

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

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


#cab11f Background Color

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

This div background color is #cab11f


#cab11f Border Color

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

This div border color is #cab11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab11f


Comments

No comments written yet.

Please login to write comment.