Color Hex Logo

#ffaceb Color Hex

#FFACEB
(255,172,235)
0 Favorites   0 Comments

Color spaces of #ffaceb

RGB 255172235
HSL0.871.000.84
HSV314°33°100°
CMYK 0.000.330.08   0.00
XYZ70.987956.763285.8122
Yxy56.76320.33240.2658
Hunter Lab75.341436.3383-14.7911
CIE-Lab80.046239.6553-19.1425

#ffaceb color RGB value is (255,172,235).

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

The process color (four color CMYK) of #ffaceb color hex is 0.00, 0.33, 0.08, 0.00. Web safe color of #ffaceb is #ff99ff. Color #ffaceb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11101011
Octal 377 254 353
Decimal 255 172 235
Hex FF AC EB

RGB Percentages of Color #ffaceb

%38.52
%25.98
%35.50

CMYK Percentages of Color #ffaceb

%0
%33
%8
%0

Triadic Colors of #ffaceb

#ffaceb #ebffac #acebff

Analogous Colors of #ffaceb

#ffaceb #ffacc2 #eaacff

Monochromatic Colors of #ffaceb

#ffaceb

Complementary Color

#ffaceb #acffc0

#ffaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaceb Color CSS Codes

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

#ffaceb Text Font Color

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

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


#ffaceb Background Color

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

This div background color is #ffaceb


#ffaceb Border Color

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

This div border color is #ffaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaceb

#ffaceb Color Palettes


Comments

No comments written yet.

Please login to write comment.