Color Hex Logo

#f9adea Color Hex

#F9ADEA
(249,173,234)
0 Favorites   0 Comments

Color spaces of #f9adea

RGB 249173234
HSL0.870.860.83
HSV312°31°98°
CMYK 0.000.310.06   0.02
XYZ68.861855.967485.0153
Yxy55.96740.32820.2667
Hunter Lab74.811433.3845-15.0089
CIE-Lab79.595337.0242-19.3464

#f9adea color RGB value is (249,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101101 11101010
Octal 371 255 352
Decimal 249 173 234
Hex F9 AD EA

RGB Percentages of Color #f9adea

%37.96
%26.37
%35.67

CMYK Percentages of Color #f9adea

%0
%31
%6
%2

Triadic Colors of #f9adea

#f9adea #eaf9ad #adeaf9

Analogous Colors of #f9adea

#f9adea #f9adc4 #e2adf9

Monochromatic Colors of #f9adea

#f9adea

Complementary Color

#f9adea #adf9bc

#f9adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9adea Color CSS Codes

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

#f9adea Text Font Color

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

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


#f9adea Background Color

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

This div background color is #f9adea


#f9adea Border Color

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

This div border color is #f9adea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,173,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9adea

Related Colors


Comments

No comments written yet.

Please login to write comment.