Color Hex Logo

#ccba9a Color Hex

#CCBA9A
(204,186,154)
0 Favorites   0 Comments

Color spaces of #ccba9a

RGB 204186154
HSL0.110.330.70
HSV38°25°80°
CMYK 0.000.090.25   0.20
XYZ48.293550.288337.7331
Yxy50.28830.35430.3689
Hunter Lab70.9142-2.539218.0921
CIE-Lab76.24591.370618.5637

#ccba9a color RGB value is (204,186,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 10011010
Octal 314 272 232
Decimal 204 186 154
Hex CC BA 9A

RGB Percentages of Color #ccba9a

%37.50
%34.19
%28.31

CMYK Percentages of Color #ccba9a

%0
%9
%25
%20

Triadic Colors of #ccba9a

#ccba9a #9accba #ba9acc

Analogous Colors of #ccba9a

#ccba9a #c5cc9a #cca19a

Monochromatic Colors of #ccba9a

#ccba9a

Complementary Color

#ccba9a #9aaccc

#ccba9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba9a Color CSS Codes

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

#ccba9a Text Font Color

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

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


#ccba9a Background Color

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

This div background color is #ccba9a


#ccba9a Border Color

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

This div border color is #ccba9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba9a


Comments

No comments written yet.

Please login to write comment.