Color Hex Logo

#cc8134 Color Hex

#CC8134
(204,129,52)
0 Favorites   0 Comments

Color spaces of #cc8134

RGB 20412952
HSL0.080.600.50
HSV30°75°80°
CMYK 0.000.370.75   0.20
XYZ33.371928.78587.0461
Yxy28.78580.48220.4160
Hunter Lab53.652417.135729.7702
CIE-Lab60.592122.598451.7596

#cc8134 color RGB value is (204,129,52).

#cc8134 hex color red value is 204, green value is 129 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #cc8134 hue: 0.08 , saturation: 0.60 and the lightness value of cc8134 is 0.50.

The process color (four color CMYK) of #cc8134 color hex is 0.00, 0.37, 0.75, 0.20. Web safe color of #cc8134 is #cc9933. Color #cc8134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000001 00110100
Octal 314 201 64
Decimal 204 129 52
Hex CC 81 34

RGB Percentages of Color #cc8134

%52.99
%33.51
%13.51

CMYK Percentages of Color #cc8134

%0
%37
%75
%20

Triadic Colors of #cc8134

#cc8134 #34cc81 #8134cc

Analogous Colors of #cc8134

#cc8134 #cbcc34 #cc3534

Monochromatic Colors of #cc8134

#cc8134

Complementary Color

#cc8134 #347fcc

#cc8134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8134 Color CSS Codes

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

#cc8134 Text Font Color

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

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


#cc8134 Background Color

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

This div background color is #cc8134


#cc8134 Border Color

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

This div border color is #cc8134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8134


Comments

No comments written yet.

Please login to write comment.