Color Hex Logo

#ccb69a Color Hex

#CCB69A
(204,182,154)
0 Favorites   0 Comments

Color spaces of #ccb69a

RGB 204182154
HSL0.090.330.70
HSV34°25°80°
CMYK 0.000.110.25   0.20
XYZ47.462548.626437.4561
Yxy48.62640.35540.3641
Hunter Lab69.7326-0.538716.9659
CIE-Lab75.21833.498017.1366

#ccb69a color RGB value is (204,182,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 10011010
Octal 314 266 232
Decimal 204 182 154
Hex CC B6 9A

RGB Percentages of Color #ccb69a

%37.78
%33.70
%28.52

CMYK Percentages of Color #ccb69a

%0
%11
%25
%20

Triadic Colors of #ccb69a

#ccb69a #9accb6 #b69acc

Analogous Colors of #ccb69a

#ccb69a #c9cc9a #cc9d9a

Monochromatic Colors of #ccb69a

#ccb69a

Complementary Color

#ccb69a #9ab0cc

#ccb69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb69a Color CSS Codes

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

#ccb69a Text Font Color

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

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


#ccb69a Background Color

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

This div background color is #ccb69a


#ccb69a Border Color

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

This div border color is #ccb69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb69a


Comments

No comments written yet.

Please login to write comment.