Color Hex Logo

#cca75c Color Hex

#CCA75C
(204,167,92)
0 Favorites   0 Comments

Color spaces of #cca75c

RGB 20416792
HSL0.110.520.58
HSV40°55°80°
CMYK 0.000.180.55   0.20
XYZ40.652341.247515.9442
Yxy41.24750.41550.4216
Hunter Lab64.22420.593630.2377
CIE-Lab70.34904.526343.4605

#cca75c color RGB value is (204,167,92).

#cca75c hex color red value is 204, green value is 167 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cca75c hue: 0.11 , saturation: 0.52 and the lightness value of cca75c is 0.58.

The process color (four color CMYK) of #cca75c color hex is 0.00, 0.18, 0.55, 0.20. Web safe color of #cca75c is #cc9966. Color #cca75c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100111 01011100
Octal 314 247 134
Decimal 204 167 92
Hex CC A7 5C

RGB Percentages of Color #cca75c

%44.06
%36.07
%19.87

CMYK Percentages of Color #cca75c

%0
%18
%55
%20

Triadic Colors of #cca75c

#cca75c #5ccca7 #a75ccc

Analogous Colors of #cca75c

#cca75c #b9cc5c #cc6f5c

Monochromatic Colors of #cca75c

#cca75c

Complementary Color

#cca75c #5c81cc

#cca75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca75c Color CSS Codes

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

#cca75c Text Font Color

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

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


#cca75c Background Color

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

This div background color is #cca75c


#cca75c Border Color

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

This div border color is #cca75c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,167,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cca75c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca75c


Comments

No comments written yet.

Please login to write comment.