Color Hex Logo

#cabb3b Color Hex

#CABB3B
(202,187,59)
0 Favorites   0 Comments

Color spaces of #cabb3b

RGB 20218759
HSL0.150.570.51
HSV54°71°79°
CMYK 0.000.070.71   0.21
XYZ42.916948.413011.2204
Yxy48.41300.41850.4721
Hunter Lab69.5795-11.664539.1445
CIE-Lab75.0847-9.016963.2764

#cabb3b color RGB value is (202,187,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111011 00111011
Octal 312 273 73
Decimal 202 187 59
Hex CA BB 3B

RGB Percentages of Color #cabb3b

%45.09
%41.74
%13.17

CMYK Percentages of Color #cabb3b

%0
%7
%71
%21

Triadic Colors of #cabb3b

#cabb3b #3bcabb #bb3bca

Analogous Colors of #cabb3b

#cabb3b #92ca3b #ca743b

Monochromatic Colors of #cabb3b

#cabb3b

Complementary Color

#cabb3b #3b4aca

#cabb3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabb3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabb3b Color CSS Codes

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

#cabb3b Text Font Color

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

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


#cabb3b Background Color

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

This div background color is #cabb3b


#cabb3b Border Color

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

This div border color is #cabb3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabb3b


Comments

No comments written yet.

Please login to write comment.