Color Hex Logo

#ccb57c Color Hex

#CCB57C
(204,181,124)
0 Favorites   0 Comments

Color spaces of #ccb57c

RGB 204181124
HSL0.120.440.64
HSV43°39°80°
CMYK 0.000.110.39   0.20
XYZ45.063847.340425.8313
Yxy47.34040.38110.4004
Hunter Lab68.8044-3.498125.9037
CIE-Lab74.40700.196732.0632

#ccb57c color RGB value is (204,181,124).

#ccb57c hex color red value is 204, green value is 181 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ccb57c hue: 0.12 , saturation: 0.44 and the lightness value of ccb57c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 01111100
Octal 314 265 174
Decimal 204 181 124
Hex CC B5 7C

RGB Percentages of Color #ccb57c

%40.08
%35.56
%24.36

CMYK Percentages of Color #ccb57c

%0
%11
%39
%20

Triadic Colors of #ccb57c

#ccb57c #7cccb5 #b57ccc

Analogous Colors of #ccb57c

#ccb57c #bbcc7c #cc8d7c

Monochromatic Colors of #ccb57c

#ccb57c

Complementary Color

#ccb57c #7c93cc

#ccb57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb57c Color CSS Codes

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

#ccb57c Text Font Color

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

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


#ccb57c Background Color

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

This div background color is #ccb57c


#ccb57c Border Color

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

This div border color is #ccb57c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb57c


Comments

No comments written yet.

Please login to write comment.