Color Hex Logo

#ccb57b Color Hex

#CCB57B
(204,181,123)
0 Favorites   0 Comments

Color spaces of #ccb57b

RGB 204181123
HSL0.120.440.64
HSV43°40°80°
CMYK 0.000.110.40   0.20
XYZ45.000947.315225.4998
Yxy47.31520.38200.4016
Hunter Lab68.7860-3.598126.1707
CIE-Lab74.39090.084432.5675

#ccb57b color RGB value is (204,181,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 01111011
Octal 314 265 173
Decimal 204 181 123
Hex CC B5 7B

RGB Percentages of Color #ccb57b

%40.16
%35.63
%24.21

CMYK Percentages of Color #ccb57b

%0
%11
%40
%20

Triadic Colors of #ccb57b

#ccb57b #7bccb5 #b57bcc

Analogous Colors of #ccb57b

#ccb57b #bbcc7b #cc8d7b

Monochromatic Colors of #ccb57b

#ccb57b

Complementary Color

#ccb57b #7b92cc

#ccb57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb57b Color CSS Codes

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

#ccb57b Text Font Color

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

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


#ccb57b Background Color

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

This div background color is #ccb57b


#ccb57b Border Color

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

This div border color is #ccb57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb57b


Comments

No comments written yet.

Please login to write comment.