Color Hex Logo

#cab51b Color Hex

#CAB51B
(202,181,27)
0 Favorites   0 Comments

Color spaces of #cab51b

RGB 20218127
HSL0.150.760.45
HSV53°87°79°
CMYK 0.000.100.87   0.21
XYZ41.078845.68347.6896
Yxy45.68340.43490.4837
Hunter Lab67.5895-9.794940.5673
CIE-Lab73.3396-7.051571.3645

#cab51b color RGB value is (202,181,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110101 00011011
Octal 312 265 33
Decimal 202 181 27
Hex CA B5 1B

RGB Percentages of Color #cab51b

%49.27
%44.15
%6.59

CMYK Percentages of Color #cab51b

%0
%10
%87
%21

Triadic Colors of #cab51b

#cab51b #1bcab5 #b51bca

Analogous Colors of #cab51b

#cab51b #88ca1b #ca5d1b

Monochromatic Colors of #cab51b

#cab51b

Complementary Color

#cab51b #1b30ca

#cab51b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab51b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab51b Color CSS Codes

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

#cab51b Text Font Color

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

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


#cab51b Background Color

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

This div background color is #cab51b


#cab51b Border Color

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

This div border color is #cab51b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab51b


Comments

No comments written yet.

Please login to write comment.