Color Hex Logo

#ccbac5 Color Hex

#CCBAC5
(204,186,197)
0 Favorites   0 Comments

Color spaces of #ccbac5

RGB 204186197
HSL0.900.150.76
HSV323°80°
CMYK 0.000.090.03   0.20
XYZ52.538851.986460.0886
Yxy51.98640.31920.3158
Hunter Lab72.10163.89111.0595
CIE-Lab77.27278.3088-3.2341

#ccbac5 color RGB value is (204,186,197).

#ccbac5 hex color red value is 204, green value is 186 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #ccbac5 hue: 0.90 , saturation: 0.15 and the lightness value of ccbac5 is 0.76.

The process color (four color CMYK) of #ccbac5 color hex is 0.00, 0.09, 0.03, 0.20. Web safe color of #ccbac5 is #cccccc. Color #ccbac5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 11000101
Octal 314 272 305
Decimal 204 186 197
Hex CC BA C5

RGB Percentages of Color #ccbac5

%34.75
%31.69
%33.56

CMYK Percentages of Color #ccbac5

%0
%9
%3
%20

Triadic Colors of #ccbac5

#ccbac5 #c5ccba #bac5cc

Analogous Colors of #ccbac5

#ccbac5 #ccbabc #cabacc

Monochromatic Colors of #ccbac5

#ccbac5

Complementary Color

#ccbac5 #baccc1

#ccbac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbac5 Color CSS Codes

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

#ccbac5 Text Font Color

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

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


#ccbac5 Background Color

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

This div background color is #ccbac5


#ccbac5 Border Color

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

This div border color is #ccbac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbac5


Comments

No comments written yet.

Please login to write comment.