Color Hex Logo

#cca71e Color Hex

#CCA71E
(204,167,30)
0 Favorites   0 Comments

Color spaces of #cca71e

RGB 20416730
HSL0.130.740.46
HSV47°85°80°
CMYK 0.000.180.85   0.20
XYZ38.954940.56857.0057
Yxy40.56850.45020.4688
Hunter Lab63.6934-2.292838.0640
CIE-Lab69.87251.262067.9140

#cca71e color RGB value is (204,167,30).

#cca71e hex color red value is 204, green value is 167 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cca71e hue: 0.13 , saturation: 0.74 and the lightness value of cca71e is 0.46.

The process color (four color CMYK) of #cca71e color hex is 0.00, 0.18, 0.85, 0.20. Web safe color of #cca71e is #cc9933. Color #cca71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100111 00011110
Octal 314 247 36
Decimal 204 167 30
Hex CC A7 1E

RGB Percentages of Color #cca71e

%50.87
%41.65
%7.48

CMYK Percentages of Color #cca71e

%0
%18
%85
%20

Triadic Colors of #cca71e

#cca71e #1ecca7 #a71ecc

Analogous Colors of #cca71e

#cca71e #9acc1e #cc501e

Monochromatic Colors of #cca71e

#cca71e

Complementary Color

#cca71e #1e43cc

#cca71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca71e Color CSS Codes

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

#cca71e Text Font Color

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

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


#cca71e Background Color

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

This div background color is #cca71e


#cca71e Border Color

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

This div border color is #cca71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca71e


Comments

No comments written yet.

Please login to write comment.