Color Hex Logo

#ccb56e Color Hex

#CCB56E
(204,181,110)
0 Favorites   0 Comments

Color spaces of #ccb56e

RGB 204181110
HSL0.130.480.62
HSV45°46°80°
CMYK 0.000.110.46   0.20
XYZ44.240247.010921.4942
Yxy47.01090.39240.4170
Hunter Lab68.5645-4.813529.4084
CIE-Lab74.1967-1.286939.0587

#ccb56e color RGB value is (204,181,110).

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

The process color (four color CMYK) of #ccb56e color hex is 0.00, 0.11, 0.46, 0.20. Web safe color of #ccb56e is #cccc66. Color #ccb56e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 01101110
Octal 314 265 156
Decimal 204 181 110
Hex CC B5 6E

RGB Percentages of Color #ccb56e

%41.21
%36.57
%22.22

CMYK Percentages of Color #ccb56e

%0
%11
%46
%20

Triadic Colors of #ccb56e

#ccb56e #6eccb5 #b56ecc

Analogous Colors of #ccb56e

#ccb56e #b4cc6e #cc866e

Monochromatic Colors of #ccb56e

#ccb56e

Complementary Color

#ccb56e #6e85cc

#ccb56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb56e Color CSS Codes

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

#ccb56e Text Font Color

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

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


#ccb56e Background Color

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

This div background color is #ccb56e


#ccb56e Border Color

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

This div border color is #ccb56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb56e


Comments

No comments written yet.

Please login to write comment.