Color Hex Logo

#ccb87f Color Hex

#CCB87F
(204,184,127)
0 Favorites   0 Comments

Color spaces of #ccb87f

RGB 204184127
HSL0.120.430.65
HSV44°38°80°
CMYK 0.000.100.38   0.20
XYZ45.873148.650727.0514
Yxy48.65070.37730.4002
Hunter Lab69.7501-4.667025.8304
CIE-Lab75.2335-1.045831.5689

#ccb87f color RGB value is (204,184,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 01111111
Octal 314 270 177
Decimal 204 184 127
Hex CC B8 7F

RGB Percentages of Color #ccb87f

%39.61
%35.73
%24.66

CMYK Percentages of Color #ccb87f

%0
%10
%38
%20

Triadic Colors of #ccb87f

#ccb87f #7fccb8 #b87fcc

Analogous Colors of #ccb87f

#ccb87f #bacc7f #cc927f

Monochromatic Colors of #ccb87f

#ccb87f

Complementary Color

#ccb87f #7f93cc

#ccb87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb87f Color CSS Codes

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

#ccb87f Text Font Color

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

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


#ccb87f Background Color

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

This div background color is #ccb87f


#ccb87f Border Color

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

This div border color is #ccb87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb87f


Comments

No comments written yet.

Please login to write comment.