Color Hex Logo

#cab93b Color Hex

#CAB93B
(202,185,59)
0 Favorites   0 Comments

Color spaces of #cab93b

RGB 20218559
HSL0.150.570.51
HSV53°71°79°
CMYK 0.000.080.71   0.21
XYZ42.495547.570211.0799
Yxy47.57020.42010.4703
Hunter Lab68.9712-10.719538.7551
CIE-Lab74.5530-7.985062.7528

#cab93b color RGB value is (202,185,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 00111011
Octal 312 271 73
Decimal 202 185 59
Hex CA B9 3B

RGB Percentages of Color #cab93b

%45.29
%41.48
%13.23

CMYK Percentages of Color #cab93b

%0
%8
%71
%21

Triadic Colors of #cab93b

#cab93b #3bcab9 #b93bca

Analogous Colors of #cab93b

#cab93b #94ca3b #ca723b

Monochromatic Colors of #cab93b

#cab93b

Complementary Color

#cab93b #3b4cca

#cab93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab93b Color CSS Codes

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

#cab93b Text Font Color

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

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


#cab93b Background Color

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

This div background color is #cab93b


#cab93b Border Color

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

This div border color is #cab93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab93b


Comments

No comments written yet.

Please login to write comment.