Color Hex Logo

#cca638 Color Hex

#CCA638
(204,166,56)
0 Favorites   0 Comments

Color spaces of #cca638

RGB 20416656
HSL0.120.590.51
HSV45°73°80°
CMYK 0.000.190.73   0.20
XYZ39.251940.39539.4697
Yxy40.39530.44050.4533
Hunter Lab63.5573-0.986735.6562
CIE-Lab69.75022.731059.2339

#cca638 color RGB value is (204,166,56).

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

The process color (four color CMYK) of #cca638 color hex is 0.00, 0.19, 0.73, 0.20. Web safe color of #cca638 is #cc9933. Color #cca638 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 00111000
Octal 314 246 70
Decimal 204 166 56
Hex CC A6 38

RGB Percentages of Color #cca638

%47.89
%38.97
%13.15

CMYK Percentages of Color #cca638

%0
%19
%73
%20

Triadic Colors of #cca638

#cca638 #38cca6 #a638cc

Analogous Colors of #cca638

#cca638 #a8cc38 #cc5c38

Monochromatic Colors of #cca638

#cca638

Complementary Color

#cca638 #385ecc

#cca638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca638 Color CSS Codes

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

#cca638 Text Font Color

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

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


#cca638 Background Color

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

This div background color is #cca638


#cca638 Border Color

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

This div border color is #cca638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca638


Comments

No comments written yet.

Please login to write comment.