Color Hex Logo

#ccb971 Color Hex

#CCB971
(204,185,113)
0 Favorites   0 Comments

Color spaces of #ccb971

RGB 204185113
HSL0.130.470.62
HSV47°45°80°
CMYK 0.000.090.45   0.20
XYZ45.231448.727522.6442
Yxy48.72750.38790.4179
Hunter Lab69.8051-6.496829.6304
CIE-Lab75.2815-3.090038.8881

#ccb971 color RGB value is (204,185,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 01110001
Octal 314 271 161
Decimal 204 185 113
Hex CC B9 71

RGB Percentages of Color #ccb971

%40.64
%36.85
%22.51

CMYK Percentages of Color #ccb971

%0
%9
%45
%20

Triadic Colors of #ccb971

#ccb971 #71ccb9 #b971cc

Analogous Colors of #ccb971

#ccb971 #b2cc71 #cc8c71

Monochromatic Colors of #ccb971

#ccb971

Complementary Color

#ccb971 #7184cc

#ccb971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb971 Color CSS Codes

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

#ccb971 Text Font Color

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

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


#ccb971 Background Color

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

This div background color is #ccb971


#ccb971 Border Color

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

This div border color is #ccb971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb971


Comments

No comments written yet.

Please login to write comment.