Color Hex Logo

#ccb69e Color Hex

#CCB69E
(204,182,158)
0 Favorites   0 Comments

Color spaces of #ccb69e

RGB 204182158
HSL0.090.310.71
HSV31°23°80°
CMYK 0.000.110.23   0.20
XYZ47.801348.761939.2403
Yxy48.76190.35200.3591
Hunter Lab69.8297-0.011515.5632
CIE-Lab75.30304.074815.0919

#ccb69e color RGB value is (204,182,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 10011110
Octal 314 266 236
Decimal 204 182 158
Hex CC B6 9E

RGB Percentages of Color #ccb69e

%37.50
%33.46
%29.04

CMYK Percentages of Color #ccb69e

%0
%11
%23
%20

Triadic Colors of #ccb69e

#ccb69e #9eccb6 #b69ecc

Analogous Colors of #ccb69e

#ccb69e #cbcc9e #cc9f9e

Monochromatic Colors of #ccb69e

#ccb69e

Complementary Color

#ccb69e #9eb4cc

#ccb69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb69e Color CSS Codes

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

#ccb69e Text Font Color

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

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


#ccb69e Background Color

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

This div background color is #ccb69e


#ccb69e Border Color

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

This div border color is #ccb69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb69e

#ccb69e Color Palettes


Comments

No comments written yet.

Please login to write comment.