Color Hex Logo

#cab80d Color Hex

#CAB80D
(202,184,13)
0 Favorites   0 Comments

Color spaces of #cab80d

RGB 20218413
HSL0.150.880.42
HSV54°94°79°
CMYK 0.000.090.94   0.21
XYZ41.570346.86667.2359
Yxy46.86660.43450.4899
Hunter Lab68.4592-11.413541.6547
CIE-Lab74.1044-8.846174.3419

#cab80d color RGB value is (202,184,13).

#cab80d hex color red value is 202, green value is 184 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cab80d hue: 0.15 , saturation: 0.88 and the lightness value of cab80d is 0.42.

The process color (four color CMYK) of #cab80d color hex is 0.00, 0.09, 0.94, 0.21. Web safe color of #cab80d is #cccc00. Color #cab80d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111000 00001101
Octal 312 270 15
Decimal 202 184 13
Hex CA B8 D

RGB Percentages of Color #cab80d

%50.63
%46.12
%3.26

CMYK Percentages of Color #cab80d

%0
%9
%94
%21

Triadic Colors of #cab80d

#cab80d #0dcab8 #b80dca

Analogous Colors of #cab80d

#cab80d #7eca0d #ca5a0d

Monochromatic Colors of #cab80d

#cab80d

Complementary Color

#cab80d #0d1fca

#cab80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab80d Color CSS Codes

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

#cab80d Text Font Color

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

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


#cab80d Background Color

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

This div background color is #cab80d


#cab80d Border Color

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

This div border color is #cab80d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab80d


Comments

No comments written yet.

Please login to write comment.