Color Hex Logo

#c4acbe Color Hex

#C4ACBE
(196,172,190)
0 Favorites   0 Comments

Color spaces of #c4acbe

RGB 196172190
HSL0.880.170.72
HSV315°12°77°
CMYK 0.000.120.03   0.23
XYZ46.811744.958554.9258
Yxy44.95850.31910.3065
Hunter Lab67.05117.2803-1.6324
CIE-Lab72.864611.8221-5.9947

#c4acbe color RGB value is (196,172,190).

#c4acbe hex color red value is 196, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c4acbe hue: 0.88 , saturation: 0.17 and the lightness value of c4acbe is 0.72.

The process color (four color CMYK) of #c4acbe color hex is 0.00, 0.12, 0.03, 0.23. Web safe color of #c4acbe is #cc99cc. Color #c4acbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101100 10111110
Octal 304 254 276
Decimal 196 172 190
Hex C4 AC BE

RGB Percentages of Color #c4acbe

%35.13
%30.82
%34.05

CMYK Percentages of Color #c4acbe

%0
%12
%3
%23

Triadic Colors of #c4acbe

#c4acbe #bec4ac #acbec4

Analogous Colors of #c4acbe

#c4acbe #c4acb2 #beacc4

Monochromatic Colors of #c4acbe

#c4acbe

Complementary Color

#c4acbe #acc4b2

#c4acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4acbe Color CSS Codes

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

#c4acbe Text Font Color

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

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


#c4acbe Background Color

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

This div background color is #c4acbe


#c4acbe Border Color

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

This div border color is #c4acbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4acbe


Comments

No comments written yet.

Please login to write comment.