color codes Logo

#cc7d29 color codes

#CC7D29
(204,125,41)
0 Favorites   0 Comments

Color spaces of #cc7d29

RGB 20412541
HSL0.090.670.48
HSV31°80°80°
CMYK 0.000.390.80   0.20
XYZ32.635727.66475.7176
Yxy27.66470.49430.4190
Hunter Lab52.597218.711130.3729
CIE-Lab59.584624.328055.4241

#cc7d29 color RGB value is (204,125,41).

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

The process color (four color CMYK) of #cc7d29 color code is 0.00, 0.39, 0.80, 0.20. Web safe color of #cc7d29 is #cc6633. Color #cc7d29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111101 00101001
Octal 314 175 51
Decimal 204 125 41
Hex CC 7D 29

RGB Percentages of Color #cc7d29

%55.14
%33.78
%11.08

CMYK Percentages of Color #cc7d29

%0
%39
%80
%20

Triadic Colors of #cc7d29

#cc7d29 #29cc7d #7d29cc

Analogous Colors of #cc7d29

#cc7d29 #cacc29 #cc2b29

Monochromatic Colors of #cc7d29

#cc7d29

Complementary Color

#cc7d29 #2978cc

#cc7d29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7d29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7d29 Color CSS Codes

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

#cc7d29 Text Font Color

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

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


#cc7d29 Background Color

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

This div background color is #cc7d29


#cc7d29 Border Color

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

This div border color is #cc7d29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7d29


Comments

No comments written yet.

Please login to write comment.