Color Hex Logo

#cca83e Color Hex

#CCA83E
(204,168,62)
0 Favorites   0 Comments

Color spaces of #cca83e

RGB 20416862
HSL0.120.580.52
HSV45°70°80°
CMYK 0.000.180.70   0.20
XYZ39.774041.190410.4117
Yxy41.19040.43530.4508
Hunter Lab64.1797-1.693135.3074
CIE-Lab70.30911.965357.3518

#cca83e color RGB value is (204,168,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101000 00111110
Octal 314 250 76
Decimal 204 168 62
Hex CC A8 3E

RGB Percentages of Color #cca83e

%47.00
%38.71
%14.29

CMYK Percentages of Color #cca83e

%0
%18
%70
%20

Triadic Colors of #cca83e

#cca83e #3ecca8 #a83ecc

Analogous Colors of #cca83e

#cca83e #a9cc3e #cc613e

Monochromatic Colors of #cca83e

#cca83e

Complementary Color

#cca83e #3e62cc

#cca83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca83e Color CSS Codes

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

#cca83e Text Font Color

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

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


#cca83e Background Color

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

This div background color is #cca83e


#cca83e Border Color

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

This div border color is #cca83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca83e


Comments

No comments written yet.

Please login to write comment.