Color Hex Logo

#cab71e Color Hex

#CAB71E
(202,183,30)
0 Favorites   0 Comments

Color spaces of #cab71e

RGB 20218330
HSL0.150.740.45
HSV53°85°79°
CMYK 0.000.090.85   0.21
XYZ41.525046.51738.0184
Yxy46.51730.43230.4842
Hunter Lab68.2036-10.678540.7720
CIE-Lab73.8800-8.016771.1342

#cab71e color RGB value is (202,183,30).

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

The process color (four color CMYK) of #cab71e color hex is 0.00, 0.09, 0.85, 0.21. Web safe color of #cab71e is #cccc33. Color #cab71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110111 00011110
Octal 312 267 36
Decimal 202 183 30
Hex CA B7 1E

RGB Percentages of Color #cab71e

%48.67
%44.10
%7.23

CMYK Percentages of Color #cab71e

%0
%9
%85
%21

Triadic Colors of #cab71e

#cab71e #1ecab7 #b71eca

Analogous Colors of #cab71e

#cab71e #87ca1e #ca611e

Monochromatic Colors of #cab71e

#cab71e

Complementary Color

#cab71e #1e31ca

#cab71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab71e Color CSS Codes

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

#cab71e Text Font Color

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

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


#cab71e Background Color

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

This div background color is #cab71e


#cab71e Border Color

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

This div border color is #cab71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab71e


Comments

No comments written yet.

Please login to write comment.