Color Hex Logo

#ccb49e Color Hex

#CCB49E
(204,180,158)
0 Favorites   0 Comments

Color spaces of #ccb49e

RGB 204180158
HSL0.080.310.71
HSV29°23°80°
CMYK 0.000.120.23   0.20
XYZ47.394747.948539.1048
Yxy47.94850.35250.3566
Hunter Lab69.24490.996014.9884
CIE-Lab74.79245.144714.3757

#ccb49e color RGB value is (204,180,158).

#ccb49e hex color red value is 204, green value is 180 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ccb49e hue: 0.08 , saturation: 0.31 and the lightness value of ccb49e is 0.71.

The process color (four color CMYK) of #ccb49e color hex is 0.00, 0.12, 0.23, 0.20. Web safe color of #ccb49e is #cccc99. Color #ccb49e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 10011110
Octal 314 264 236
Decimal 204 180 158
Hex CC B4 9E

RGB Percentages of Color #ccb49e

%37.64
%33.21
%29.15

CMYK Percentages of Color #ccb49e

%0
%12
%23
%20

Triadic Colors of #ccb49e

#ccb49e #9eccb4 #b49ecc

Analogous Colors of #ccb49e

#ccb49e #cccb9e #cc9e9f

Monochromatic Colors of #ccb49e

#ccb49e

Complementary Color

#ccb49e #9eb6cc

#ccb49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb49e Color CSS Codes

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

#ccb49e Text Font Color

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

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


#ccb49e Background Color

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

This div background color is #ccb49e


#ccb49e Border Color

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

This div border color is #ccb49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb49e


Comments

No comments written yet.

Please login to write comment.