Color Hex Logo

#cab91d Color Hex

#CAB91D
(202,185,29)
0 Favorites   0 Comments

Color spaces of #cab91d

RGB 20218529
HSL0.150.750.45
HSV54°86°79°
CMYK 0.000.080.86   0.21
XYZ41.927947.34328.0907
Yxy47.34320.43060.4863
Hunter Lab68.8064-11.640341.1928
CIE-Lab74.4088-9.073071.7947

#cab91d color RGB value is (202,185,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 00011101
Octal 312 271 35
Decimal 202 185 29
Hex CA B9 1D

RGB Percentages of Color #cab91d

%48.56
%44.47
%6.97

CMYK Percentages of Color #cab91d

%0
%8
%86
%21

Triadic Colors of #cab91d

#cab91d #1dcab9 #b91dca

Analogous Colors of #cab91d

#cab91d #85ca1d #ca621d

Monochromatic Colors of #cab91d

#cab91d

Complementary Color

#cab91d #1d2eca

#cab91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab91d Color CSS Codes

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

#cab91d Text Font Color

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

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


#cab91d Background Color

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

This div background color is #cab91d


#cab91d Border Color

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

This div border color is #cab91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab91d


Comments

No comments written yet.

Please login to write comment.