Color Hex Logo

#ccb977 Color Hex

#CCB977
(204,185,119)
0 Favorites   0 Comments

Color spaces of #ccb977

RGB 204185119
HSL0.130.450.63
HSV47°42°80°
CMYK 0.000.090.42   0.20
XYZ45.580648.867224.4827
Yxy48.86720.38330.4109
Hunter Lab69.9051-5.945528.1686
CIE-Lab75.3686-2.463635.9145

#ccb977 color RGB value is (204,185,119).

#ccb977 hex color red value is 204, green value is 185 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ccb977 hue: 0.13 , saturation: 0.45 and the lightness value of ccb977 is 0.63.

The process color (four color CMYK) of #ccb977 color hex is 0.00, 0.09, 0.42, 0.20. Web safe color of #ccb977 is #cccc66. Color #ccb977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 01110111
Octal 314 271 167
Decimal 204 185 119
Hex CC B9 77

RGB Percentages of Color #ccb977

%40.16
%36.42
%23.43

CMYK Percentages of Color #ccb977

%0
%9
%42
%20

Triadic Colors of #ccb977

#ccb977 #77ccb9 #b977cc

Analogous Colors of #ccb977

#ccb977 #b5cc77 #cc8f77

Monochromatic Colors of #ccb977

#ccb977

Complementary Color

#ccb977 #778acc

#ccb977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb977 Color CSS Codes

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

#ccb977 Text Font Color

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

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


#ccb977 Background Color

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

This div background color is #ccb977


#ccb977 Border Color

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

This div border color is #ccb977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb977


Comments

No comments written yet.

Please login to write comment.