Color Hex Logo

#ccb070 Color Hex

#CCB070
(204,176,112)
0 Favorites   0 Comments

Color spaces of #ccb070

RGB 204176112
HSL0.120.470.62
HSV42°45°80°
CMYK 0.000.140.45   0.20
XYZ43.351845.057921.7414
Yxy45.05790.39360.4091
Hunter Lab67.1252-2.187527.7840
CIE-Lab72.93001.561836.4299

#ccb070 color RGB value is (204,176,112).

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

The process color (four color CMYK) of #ccb070 color hex is 0.00, 0.14, 0.45, 0.20. Web safe color of #ccb070 is #cc9966. Color #ccb070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110000 01110000
Octal 314 260 160
Decimal 204 176 112
Hex CC B0 70

RGB Percentages of Color #ccb070

%41.46
%35.77
%22.76

CMYK Percentages of Color #ccb070

%0
%14
%45
%20

Triadic Colors of #ccb070

#ccb070 #70ccb0 #b070cc

Analogous Colors of #ccb070

#ccb070 #bacc70 #cc8270

Monochromatic Colors of #ccb070

#ccb070

Complementary Color

#ccb070 #708ccc

#ccb070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb070 Color CSS Codes

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

#ccb070 Text Font Color

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

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


#ccb070 Background Color

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

This div background color is #ccb070


#ccb070 Border Color

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

This div border color is #ccb070


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,176,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 #ccb070">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb070


Comments

No comments written yet.

Please login to write comment.