Color Hex Logo

#cab61e Color Hex

#CAB61E
(202,182,30)
0 Favorites   0 Comments

Color spaces of #cab61e

RGB 20218230
HSL0.150.740.45
HSV53°85°79°
CMYK 0.000.100.85   0.21
XYZ41.319446.10627.9499
Yxy46.10620.43320.4834
Hunter Lab67.9015-10.207040.5894
CIE-Lab73.6144-7.499370.9157

#cab61e color RGB value is (202,182,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110110 00011110
Octal 312 266 36
Decimal 202 182 30
Hex CA B6 1E

RGB Percentages of Color #cab61e

%48.79
%43.96
%7.25

CMYK Percentages of Color #cab61e

%0
%10
%85
%21

Triadic Colors of #cab61e

#cab61e #1ecab6 #b61eca

Analogous Colors of #cab61e

#cab61e #88ca1e #ca601e

Monochromatic Colors of #cab61e

#cab61e

Complementary Color

#cab61e #1e32ca

#cab61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab61e Color CSS Codes

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

#cab61e Text Font Color

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

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


#cab61e Background Color

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

This div background color is #cab61e


#cab61e Border Color

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

This div border color is #cab61e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab61e


Comments

No comments written yet.

Please login to write comment.