Color Hex Logo

#cca238 Color Hex

#CCA238
(204,162,56)
0 Favorites   0 Comments

Color spaces of #cca238

RGB 20416256
HSL0.120.590.51
HSV43°73°80°
CMYK 0.000.210.73   0.20
XYZ38.536038.96369.2310
Yxy38.96360.44430.4492
Hunter Lab62.42080.962034.9266
CIE-Lab68.72494.872758.2171

#cca238 color RGB value is (204,162,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 00111000
Octal 314 242 70
Decimal 204 162 56
Hex CC A2 38

RGB Percentages of Color #cca238

%48.34
%38.39
%13.27

CMYK Percentages of Color #cca238

%0
%21
%73
%20

Triadic Colors of #cca238

#cca238 #38cca2 #a238cc

Analogous Colors of #cca238

#cca238 #accc38 #cc5838

Monochromatic Colors of #cca238

#cca238

Complementary Color

#cca238 #3862cc

#cca238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca238 Color CSS Codes

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

#cca238 Text Font Color

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

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


#cca238 Background Color

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

This div background color is #cca238


#cca238 Border Color

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

This div border color is #cca238


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,162,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 #cca238">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca238


Comments

No comments written yet.

Please login to write comment.