Color Hex Logo

#ccb87e Color Hex

#CCB87E
(204,184,126)
0 Favorites   0 Comments

Color spaces of #ccb87e

RGB 204184126
HSL0.120.430.65
HSV45°38°80°
CMYK 0.000.100.38   0.20
XYZ45.808248.624726.7098
Yxy48.62470.37810.4014
Hunter Lab69.7314-4.769126.1017
CIE-Lab75.2172-1.160832.0723

#ccb87e color RGB value is (204,184,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 01111110
Octal 314 270 176
Decimal 204 184 126
Hex CC B8 7E

RGB Percentages of Color #ccb87e

%39.69
%35.80
%24.51

CMYK Percentages of Color #ccb87e

%0
%10
%38
%20

Triadic Colors of #ccb87e

#ccb87e #7eccb8 #b87ecc

Analogous Colors of #ccb87e

#ccb87e #b9cc7e #cc917e

Monochromatic Colors of #ccb87e

#ccb87e

Complementary Color

#ccb87e #7e92cc

#ccb87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb87e Color CSS Codes

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

#ccb87e Text Font Color

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

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


#ccb87e Background Color

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

This div background color is #ccb87e


#ccb87e Border Color

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

This div border color is #ccb87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb87e


Comments

No comments written yet.

Please login to write comment.