Color Hex Logo

#ccbeac Color Hex

#CCBEAC
(204,190,172)
0 Favorites   0 Comments

Color spaces of #ccbeac

RGB 204190172
HSL0.090.240.74
HSV34°16°80°
CMYK 0.000.070.16   0.20
XYZ50.761752.642846.5154
Yxy52.64280.33860.3511
Hunter Lab72.5554-2.088412.7778
CIE-Lab77.66361.944110.8599

#ccbeac color RGB value is (204,190,172).

#ccbeac hex color red value is 204, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ccbeac hue: 0.09 , saturation: 0.24 and the lightness value of ccbeac is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 10101100
Octal 314 276 254
Decimal 204 190 172
Hex CC BE AC

RGB Percentages of Color #ccbeac

%36.04
%33.57
%30.39

CMYK Percentages of Color #ccbeac

%0
%7
%16
%20

Triadic Colors of #ccbeac

#ccbeac #acccbe #beaccc

Analogous Colors of #ccbeac

#ccbeac #caccac #ccaeac

Monochromatic Colors of #ccbeac

#ccbeac

Complementary Color

#ccbeac #acbacc

#ccbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbeac Color CSS Codes

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

#ccbeac Text Font Color

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

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


#ccbeac Background Color

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

This div background color is #ccbeac


#ccbeac Border Color

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

This div border color is #ccbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbeac


Comments

No comments written yet.

Please login to write comment.