Color Hex Logo

#cabb1f Color Hex

#CABB1F
(202,187,31)
0 Favorites   0 Comments

Color spaces of #cabb1f

RGB 20218731
HSL0.150.730.46
HSV55°85°79°
CMYK 0.000.070.85   0.21
XYZ42.374848.19618.3657
Yxy48.19610.42830.4871
Hunter Lab69.4234-12.537841.4518
CIE-Lab74.9484-10.051771.7832

#cabb1f color RGB value is (202,187,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111011 00011111
Octal 312 273 37
Decimal 202 187 31
Hex CA BB 1F

RGB Percentages of Color #cabb1f

%48.10
%44.52
%7.38

CMYK Percentages of Color #cabb1f

%0
%7
%85
%21

Triadic Colors of #cabb1f

#cabb1f #1fcabb #bb1fca

Analogous Colors of #cabb1f

#cabb1f #84ca1f #ca661f

Monochromatic Colors of #cabb1f

#cabb1f

Complementary Color

#cabb1f #1f2eca

#cabb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabb1f Color CSS Codes

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

#cabb1f Text Font Color

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

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


#cabb1f Background Color

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

This div background color is #cabb1f


#cabb1f Border Color

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

This div border color is #cabb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabb1f


Comments

No comments written yet.

Please login to write comment.