Color Hex Logo

#ffacbe Color Hex

#FFACBE
(255,172,190)
0 Favorites   0 Comments

Color spaces of #ffacbe

RGB 255172190
HSL0.961.000.84
HSV347°33°100°
CMYK 0.000.330.25   0.00
XYZ65.286854.482855.7904
Yxy54.48280.37190.3103
Hunter Lab73.812528.71066.8550
CIE-Lab78.742432.79043.3085

#ffacbe color RGB value is (255,172,190).

#ffacbe hex color red value is 255, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ffacbe hue: 0.96 , saturation: 1.00 and the lightness value of ffacbe is 0.84.

The process color (four color CMYK) of #ffacbe color hex is 0.00, 0.33, 0.25, 0.00. Web safe color of #ffacbe is #ff99cc. Color #ffacbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 10111110
Octal 377 254 276
Decimal 255 172 190
Hex FF AC BE

RGB Percentages of Color #ffacbe

%41.33
%27.88
%30.79

CMYK Percentages of Color #ffacbe

%0
%33
%25
%0

Triadic Colors of #ffacbe

#ffacbe #beffac #acbeff

Analogous Colors of #ffacbe

#ffacbe #ffc4ac #fface8

Monochromatic Colors of #ffacbe

#ffacbe

Complementary Color

#ffacbe #acffed

#ffacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacbe Color CSS Codes

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

#ffacbe Text Font Color

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

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


#ffacbe Background Color

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

This div background color is #ffacbe


#ffacbe Border Color

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

This div border color is #ffacbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacbe


Comments

No comments written yet.

Please login to write comment.