Color Hex Logo

#cab51e Color Hex

#CAB51E
(202,181,30)
0 Favorites   0 Comments

Color spaces of #cab51e

RGB 20218130
HSL0.150.740.45
HSV53°85°79°
CMYK 0.000.100.85   0.21
XYZ41.115345.69807.8819
Yxy45.69800.43420.4826
Hunter Lab67.6003-9.734740.4073
CIE-Lab73.3491-6.980670.6974

#cab51e color RGB value is (202,181,30).

#cab51e hex color red value is 202, green value is 181 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cab51e hue: 0.15 , saturation: 0.74 and the lightness value of cab51e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110101 00011110
Octal 312 265 36
Decimal 202 181 30
Hex CA B5 1E

RGB Percentages of Color #cab51e

%48.91
%43.83
%7.26

CMYK Percentages of Color #cab51e

%0
%10
%85
%21

Triadic Colors of #cab51e

#cab51e #1ecab5 #b51eca

Analogous Colors of #cab51e

#cab51e #89ca1e #ca5f1e

Monochromatic Colors of #cab51e

#cab51e

Complementary Color

#cab51e #1e33ca

#cab51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab51e Color CSS Codes

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

#cab51e Text Font Color

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

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


#cab51e Background Color

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

This div background color is #cab51e


#cab51e Border Color

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

This div border color is #cab51e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab51e


Comments

No comments written yet.

Please login to write comment.