Color Hex Logo

#cc8629 Color Hex

#CC8629
(204,134,41)
0 Favorites   0 Comments

Color spaces of #cc8629

RGB 20413441
HSL0.100.670.48
HSV34°80°80°
CMYK 0.000.340.80   0.20
XYZ33.827230.04776.1147
Yxy30.04770.48330.4293
Hunter Lab54.815814.226031.7572
CIE-Lab61.695419.440057.3682

#cc8629 color RGB value is (204,134,41).

#cc8629 hex color red value is 204, green value is 134 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cc8629 hue: 0.10 , saturation: 0.67 and the lightness value of cc8629 is 0.48.

The process color (four color CMYK) of #cc8629 color hex is 0.00, 0.34, 0.80, 0.20. Web safe color of #cc8629 is #cc9933. Color #cc8629 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000110 00101001
Octal 314 206 51
Decimal 204 134 41
Hex CC 86 29

RGB Percentages of Color #cc8629

%53.83
%35.36
%10.82

CMYK Percentages of Color #cc8629

%0
%34
%80
%20

Triadic Colors of #cc8629

#cc8629 #29cc86 #8629cc

Analogous Colors of #cc8629

#cc8629 #c1cc29 #cc3529

Monochromatic Colors of #cc8629

#cc8629

Complementary Color

#cc8629 #296fcc

#cc8629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8629 Color CSS Codes

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

#cc8629 Text Font Color

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

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


#cc8629 Background Color

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

This div background color is #cc8629


#cc8629 Border Color

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

This div border color is #cc8629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8629


Comments

No comments written yet.

Please login to write comment.