Color Hex Logo

#cc984d Color Hex

#CC984D
(204,152,77)
0 Favorites   0 Comments

Color spaces of #cc984d

RGB 20415277
HSL0.100.550.55
HSV35°62°80°
CMYK 0.000.250.62   0.20
XYZ37.469635.829711.9621
Yxy35.82970.43950.4202
Hunter Lab59.85796.985330.0519
CIE-Lab66.389611.493046.2627

#cc984d color RGB value is (204,152,77).

#cc984d hex color red value is 204, green value is 152 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cc984d hue: 0.10 , saturation: 0.55 and the lightness value of cc984d is 0.55.

The process color (four color CMYK) of #cc984d color hex is 0.00, 0.25, 0.62, 0.20. Web safe color of #cc984d is #cc9966. Color #cc984d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 01001101
Octal 314 230 115
Decimal 204 152 77
Hex CC 98 4D

RGB Percentages of Color #cc984d

%47.11
%35.10
%17.78

CMYK Percentages of Color #cc984d

%0
%25
%62
%20

Triadic Colors of #cc984d

#cc984d #4dcc98 #984dcc

Analogous Colors of #cc984d

#cc984d #c1cc4d #cc594d

Monochromatic Colors of #cc984d

#cc984d

Complementary Color

#cc984d #4d81cc

#cc984d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc984d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc984d Color CSS Codes

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

#cc984d Text Font Color

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

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


#cc984d Background Color

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

This div background color is #cc984d


#cc984d Border Color

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

This div border color is #cc984d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc984d


Comments

No comments written yet.

Please login to write comment.