Color Hex Logo

#ccbe9a Color Hex

#CCBE9A
(204,190,154)
0 Favorites   0 Comments

Color spaces of #ccbe9a

RGB 204190154
HSL0.120.330.70
HSV43°25°80°
CMYK 0.000.070.25   0.20
XYZ49.148051.997438.0180
Yxy51.99740.35320.3736
Hunter Lab72.1092-4.529619.2171
CIE-Lab77.2793-0.744319.9927

#ccbe9a color RGB value is (204,190,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 10011010
Octal 314 276 232
Decimal 204 190 154
Hex CC BE 9A

RGB Percentages of Color #ccbe9a

%37.23
%34.67
%28.10

CMYK Percentages of Color #ccbe9a

%0
%7
%25
%20

Triadic Colors of #ccbe9a

#ccbe9a #9accbe #be9acc

Analogous Colors of #ccbe9a

#ccbe9a #c1cc9a #cca59a

Monochromatic Colors of #ccbe9a

#ccbe9a

Complementary Color

#ccbe9a #9aa8cc

#ccbe9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbe9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbe9a Color CSS Codes

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

#ccbe9a Text Font Color

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

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


#ccbe9a Background Color

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

This div background color is #ccbe9a


#ccbe9a Border Color

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

This div border color is #ccbe9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbe9a


Comments

No comments written yet.

Please login to write comment.