Color Hex Logo

#cab50d Color Hex

#CAB50D
(202,181,13)
0 Favorites   0 Comments

Color spaces of #cab50d

RGB 20218113
HSL0.150.880.42
HSV53°94°79°
CMYK 0.000.100.94   0.21
XYZ40.953645.63347.0304
Yxy45.63340.43750.4874
Hunter Lab67.5525-10.001541.1163
CIE-Lab73.3070-7.295473.7415

#cab50d color RGB value is (202,181,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110101 00001101
Octal 312 265 15
Decimal 202 181 13
Hex CA B5 D

RGB Percentages of Color #cab50d

%51.01
%45.71
%3.28

CMYK Percentages of Color #cab50d

%0
%10
%94
%21

Triadic Colors of #cab50d

#cab50d #0dcab5 #b50dca

Analogous Colors of #cab50d

#cab50d #81ca0d #ca570d

Monochromatic Colors of #cab50d

#cab50d

Complementary Color

#cab50d #0d22ca

#cab50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab50d Color CSS Codes

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

#cab50d Text Font Color

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

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


#cab50d Background Color

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

This div background color is #cab50d


#cab50d Border Color

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

This div border color is #cab50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab50d


Comments

No comments written yet.

Please login to write comment.