Color Hex Logo

#cca23d Color Hex

#CCA23D
(204,162,61)
0 Favorites   0 Comments

Color spaces of #cca23d

RGB 20416261
HSL0.120.580.52
HSV42°70°80°
CMYK 0.000.210.70   0.20
XYZ38.664539.01509.9077
Yxy39.01500.44140.4454
Hunter Lab62.46201.184534.3188
CIE-Lab68.76215.123156.1848

#cca23d color RGB value is (204,162,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 00111101
Octal 314 242 75
Decimal 204 162 61
Hex CC A2 3D

RGB Percentages of Color #cca23d

%47.78
%37.94
%14.29

CMYK Percentages of Color #cca23d

%0
%21
%70
%20

Triadic Colors of #cca23d

#cca23d #3dcca2 #a23dcc

Analogous Colors of #cca23d

#cca23d #afcc3d #cc5b3d

Monochromatic Colors of #cca23d

#cca23d

Complementary Color

#cca23d #3d67cc

#cca23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca23d Color CSS Codes

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

#cca23d Text Font Color

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

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


#cca23d Background Color

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

This div background color is #cca23d


#cca23d Border Color

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

This div border color is #cca23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca23d


Comments

No comments written yet.

Please login to write comment.