Color Hex Logo

#ccb570 Color Hex

#CCB570
(204,181,112)
0 Favorites   0 Comments

Color spaces of #ccb570

RGB 204181112
HSL0.130.470.62
HSV45°45°80°
CMYK 0.000.110.45   0.20
XYZ44.350347.055022.0742
Yxy47.05500.39080.4147
Hunter Lab68.5966-4.637228.9383
CIE-Lab74.2249-1.087338.0691

#ccb570 color RGB value is (204,181,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 01110000
Octal 314 265 160
Decimal 204 181 112
Hex CC B5 70

RGB Percentages of Color #ccb570

%41.05
%36.42
%22.54

CMYK Percentages of Color #ccb570

%0
%11
%45
%20

Triadic Colors of #ccb570

#ccb570 #70ccb5 #b570cc

Analogous Colors of #ccb570

#ccb570 #b5cc70 #cc8770

Monochromatic Colors of #ccb570

#ccb570

Complementary Color

#ccb570 #7087cc

#ccb570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb570 Color CSS Codes

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

#ccb570 Text Font Color

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

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


#ccb570 Background Color

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

This div background color is #ccb570


#ccb570 Border Color

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

This div border color is #ccb570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb570


Comments

No comments written yet.

Please login to write comment.