Color Hex Logo

#cab61d Color Hex

#CAB61D
(202,182,29)
0 Favorites   0 Comments

Color spaces of #cab61d

RGB 20218229
HSL0.150.750.45
HSV53°86°79°
CMYK 0.000.100.86   0.21
XYZ41.306846.10127.8837
Yxy46.10120.43350.4838
Hunter Lab67.8979-10.227840.6443
CIE-Lab73.6112-7.523871.1428

#cab61d color RGB value is (202,182,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110110 00011101
Octal 312 266 35
Decimal 202 182 29
Hex CA B6 1D

RGB Percentages of Color #cab61d

%48.91
%44.07
%7.02

CMYK Percentages of Color #cab61d

%0
%10
%86
%21

Triadic Colors of #cab61d

#cab61d #1dcab6 #b61dca

Analogous Colors of #cab61d

#cab61d #88ca1d #ca5f1d

Monochromatic Colors of #cab61d

#cab61d

Complementary Color

#cab61d #1d31ca

#cab61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab61d Color CSS Codes

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

#cab61d Text Font Color

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

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


#cab61d Background Color

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

This div background color is #cab61d


#cab61d Border Color

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

This div border color is #cab61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab61d


Comments

No comments written yet.

Please login to write comment.