Color Hex Logo

#f9aceb Color Hex

#F9ACEB
(249,172,235)
0 Favorites   0 Comments

Color spaces of #f9aceb

RGB 249172235
HSL0.860.870.83
HSV311°31°98°
CMYK 0.000.310.06   0.02
XYZ68.814855.642985.7105
Yxy55.64290.32740.2648
Hunter Lab74.594234.1305-15.9097
CIE-Lab79.410137.7199-20.1662

#f9aceb color RGB value is (249,172,235).

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

The process color (four color CMYK) of #f9aceb color hex is 0.00, 0.31, 0.06, 0.02. Web safe color of #f9aceb is #ff99ff. Color #f9aceb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101100 11101011
Octal 371 254 353
Decimal 249 172 235
Hex F9 AC EB

RGB Percentages of Color #f9aceb

%37.96
%26.22
%35.82

CMYK Percentages of Color #f9aceb

%0
%31
%6
%2

Triadic Colors of #f9aceb

#f9aceb #ebf9ac #acebf9

Analogous Colors of #f9aceb

#f9aceb #f9acc5 #e1acf9

Monochromatic Colors of #f9aceb

#f9aceb

Complementary Color

#f9aceb #acf9ba

#f9aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9aceb Color CSS Codes

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

#f9aceb Text Font Color

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

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


#f9aceb Background Color

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

This div background color is #f9aceb


#f9aceb Border Color

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

This div border color is #f9aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9aceb


Comments

No comments written yet.

Please login to write comment.