Color Hex Logo

#cca23a Color Hex

#CCA23A
(204,162,58)
0 Favorites   0 Comments

Color spaces of #cca23a

RGB 20416258
HSL0.120.590.51
HSV43°72°80°
CMYK 0.000.210.72   0.20
XYZ38.585938.98359.4939
Yxy38.98350.44320.4478
Hunter Lab62.43681.048634.6903
CIE-Lab68.73934.970257.4156

#cca23a color RGB value is (204,162,58).

#cca23a hex color red value is 204, green value is 162 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cca23a hue: 0.12 , saturation: 0.59 and the lightness value of cca23a is 0.51.

The process color (four color CMYK) of #cca23a color hex is 0.00, 0.21, 0.72, 0.20. Web safe color of #cca23a is #cc9933. Color #cca23a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 00111010
Octal 314 242 72
Decimal 204 162 58
Hex CC A2 3A

RGB Percentages of Color #cca23a

%48.11
%38.21
%13.68

CMYK Percentages of Color #cca23a

%0
%21
%72
%20

Triadic Colors of #cca23a

#cca23a #3acca2 #a23acc

Analogous Colors of #cca23a

#cca23a #adcc3a #cc593a

Monochromatic Colors of #cca23a

#cca23a

Complementary Color

#cca23a #3a64cc

#cca23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca23a Color CSS Codes

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

#cca23a Text Font Color

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

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


#cca23a Background Color

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

This div background color is #cca23a


#cca23a Border Color

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

This div border color is #cca23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca23a


Comments

No comments written yet.

Please login to write comment.