Color Hex Logo

#cab11e Color Hex

#CAB11E
(202,177,30)
0 Favorites   0 Comments

Color spaces of #cab11e

RGB 20217730
HSL0.140.740.45
HSV51°85°79°
CMYK 0.000.120.85   0.21
XYZ40.313644.09467.6146
Yxy44.09460.43810.4792
Hunter Lab66.4038-7.839639.6838
CIE-Lab72.2917-4.896569.8273

#cab11e color RGB value is (202,177,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110001 00011110
Octal 312 261 36
Decimal 202 177 30
Hex CA B1 1E

RGB Percentages of Color #cab11e

%49.39
%43.28
%7.33

CMYK Percentages of Color #cab11e

%0
%12
%85
%21

Triadic Colors of #cab11e

#cab11e #1ecab1 #b11eca

Analogous Colors of #cab11e

#cab11e #8dca1e #ca5b1e

Monochromatic Colors of #cab11e

#cab11e

Complementary Color

#cab11e #1e37ca

#cab11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab11e Color CSS Codes

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

#cab11e Text Font Color

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

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


#cab11e Background Color

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

This div background color is #cab11e


#cab11e Border Color

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

This div border color is #cab11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab11e


Comments

No comments written yet.

Please login to write comment.