Color Hex Logo

#cac71e Color Hex

#CAC71E
(202,199,30)
0 Favorites   0 Comments

Color spaces of #cac71e

RGB 20219930
HSL0.160.740.45
HSV59°85°79°
CMYK 0.000.010.85   0.21
XYZ45.014953.49719.1817
Yxy53.49710.41800.4968
Hunter Lab73.1417-18.140643.7563
CIE-Lab78.1676-16.153974.6542

#cac71e color RGB value is (202,199,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000111 00011110
Octal 312 307 36
Decimal 202 199 30
Hex CA C7 1E

RGB Percentages of Color #cac71e

%46.87
%46.17
%6.96

CMYK Percentages of Color #cac71e

%0
%1
%85
%21

Triadic Colors of #cac71e

#cac71e #1ecac7 #c71eca

Analogous Colors of #cac71e

#cac71e #77ca1e #ca711e

Monochromatic Colors of #cac71e

#cac71e

Complementary Color

#cac71e #1e21ca

#cac71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac71e Color CSS Codes

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

#cac71e Text Font Color

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

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


#cac71e Background Color

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

This div background color is #cac71e


#cac71e Border Color

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

This div border color is #cac71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac71e


Comments

No comments written yet.

Please login to write comment.