Color Hex Logo

#ccb47f Color Hex

#CCB47F
(204,180,127)
0 Favorites   0 Comments

Color spaces of #ccb47f

RGB 204180127
HSL0.110.430.65
HSV41°38°80°
CMYK 0.000.120.38   0.20
XYZ45.053947.012226.7783
Yxy47.01220.37910.3956
Hunter Lab68.5654-2.698424.8400
CIE-Lab74.19761.070830.2073

#ccb47f color RGB value is (204,180,127).

#ccb47f hex color red value is 204, green value is 180 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ccb47f hue: 0.11 , saturation: 0.43 and the lightness value of ccb47f is 0.65.

The process color (four color CMYK) of #ccb47f color hex is 0.00, 0.12, 0.38, 0.20. Web safe color of #ccb47f is #cccc66. Color #ccb47f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 01111111
Octal 314 264 177
Decimal 204 180 127
Hex CC B4 7F

RGB Percentages of Color #ccb47f

%39.92
%35.23
%24.85

CMYK Percentages of Color #ccb47f

%0
%12
%38
%20

Triadic Colors of #ccb47f

#ccb47f #7fccb4 #b47fcc

Analogous Colors of #ccb47f

#ccb47f #becc7f #cc8e7f

Monochromatic Colors of #ccb47f

#ccb47f

Complementary Color

#ccb47f #7f97cc

#ccb47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb47f Color CSS Codes

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

#ccb47f Text Font Color

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

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


#ccb47f Background Color

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

This div background color is #ccb47f


#ccb47f Border Color

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

This div border color is #ccb47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb47f


Comments

No comments written yet.

Please login to write comment.