Color Hex Logo

#cab01e Color Hex

#CAB01E
(202,176,30)
0 Favorites   0 Comments

Color spaces of #cab01e

RGB 20217630
HSL0.140.740.45
HSV51°85°79°
CMYK 0.000.130.85   0.21
XYZ40.116843.70107.5490
Yxy43.70100.43910.4783
Hunter Lab66.1067-7.364239.5041
CIE-Lab72.0282-4.373169.6103

#cab01e color RGB value is (202,176,30).

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

The process color (four color CMYK) of #cab01e color hex is 0.00, 0.13, 0.85, 0.21. Web safe color of #cab01e is #cc9933. Color #cab01e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110000 00011110
Octal 312 260 36
Decimal 202 176 30
Hex CA B0 1E

RGB Percentages of Color #cab01e

%49.51
%43.14
%7.35

CMYK Percentages of Color #cab01e

%0
%13
%85
%21

Triadic Colors of #cab01e

#cab01e #1ecab0 #b01eca

Analogous Colors of #cab01e

#cab01e #8eca1e #ca5a1e

Monochromatic Colors of #cab01e

#cab01e

Complementary Color

#cab01e #1e38ca

#cab01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab01e Color CSS Codes

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

#cab01e Text Font Color

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

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


#cab01e Background Color

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

This div background color is #cab01e


#cab01e Border Color

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

This div border color is #cab01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab01e


Comments

No comments written yet.

Please login to write comment.