Color Hex Logo

#ccb67f Color Hex

#CCB67F
(204,182,127)
0 Favorites   0 Comments

Color spaces of #ccb67f

RGB 204182127
HSL0.120.430.65
HSV43°38°80°
CMYK 0.000.110.38   0.20
XYZ45.460647.825626.9139
Yxy47.82560.37820.3979
Hunter Lab69.1561-3.683925.3350
CIE-Lab74.71480.010930.8879

#ccb67f color RGB value is (204,182,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 01111111
Octal 314 266 177
Decimal 204 182 127
Hex CC B6 7F

RGB Percentages of Color #ccb67f

%39.77
%35.48
%24.76

CMYK Percentages of Color #ccb67f

%0
%11
%38
%20

Triadic Colors of #ccb67f

#ccb67f #7fccb6 #b67fcc

Analogous Colors of #ccb67f

#ccb67f #bccc7f #cc907f

Monochromatic Colors of #ccb67f

#ccb67f

Complementary Color

#ccb67f #7f95cc

#ccb67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb67f Color CSS Codes

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

#ccb67f Text Font Color

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

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


#ccb67f Background Color

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

This div background color is #ccb67f


#ccb67f Border Color

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

This div border color is #ccb67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb67f


Comments

No comments written yet.

Please login to write comment.