Color Hex Logo

#ccb46f Color Hex

#CCB46F
(204,180,111)
0 Favorites   0 Comments

Color spaces of #ccb46f

RGB 204180111
HSL0.120.480.62
HSV45°46°80°
CMYK 0.000.120.46   0.20
XYZ44.092346.627621.7150
Yxy46.62760.39220.4147
Hunter Lab68.2844-4.237528.9444
CIE-Lab73.9509-0.659738.2375

#ccb46f color RGB value is (204,180,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 01101111
Octal 314 264 157
Decimal 204 180 111
Hex CC B4 6F

RGB Percentages of Color #ccb46f

%41.21
%36.36
%22.42

CMYK Percentages of Color #ccb46f

%0
%12
%46
%20

Triadic Colors of #ccb46f

#ccb46f #6fccb4 #b46fcc

Analogous Colors of #ccb46f

#ccb46f #b6cc6f #cc866f

Monochromatic Colors of #ccb46f

#ccb46f

Complementary Color

#ccb46f #6f87cc

#ccb46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb46f Color CSS Codes

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

#ccb46f Text Font Color

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

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


#ccb46f Background Color

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

This div background color is #ccb46f


#ccb46f Border Color

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

This div border color is #ccb46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb46f


Comments

No comments written yet.

Please login to write comment.