Color Hex Logo

#f8adea Color Hex

#F8ADEA
(248,173,234)
0 Favorites   0 Comments

Color spaces of #f8adea

RGB 248173234
HSL0.860.840.83
HSV311°30°97°
CMYK 0.000.300.06   0.03
XYZ68.506355.784184.9986
Yxy55.78410.32730.2665
Hunter Lab74.688833.0191-15.1921
CIE-Lab79.490836.7004-19.5145

#f8adea color RGB value is (248,173,234).

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

The process color (four color CMYK) of #f8adea color hex is 0.00, 0.30, 0.06, 0.03. Web safe color of #f8adea is #ff99ff. Color #f8adea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10101101 11101010
Octal 370 255 352
Decimal 248 173 234
Hex F8 AD EA

RGB Percentages of Color #f8adea

%37.86
%26.41
%35.73

CMYK Percentages of Color #f8adea

%0
%30
%6
%3

Triadic Colors of #f8adea

#f8adea #eaf8ad #adeaf8

Analogous Colors of #f8adea

#f8adea #f8adc5 #e1adf8

Monochromatic Colors of #f8adea

#f8adea

Complementary Color

#f8adea #adf8bb

#f8adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8adea Color CSS Codes

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

#f8adea Text Font Color

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

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


#f8adea Background Color

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

This div background color is #f8adea


#f8adea Border Color

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

This div border color is #f8adea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8adea


Comments

No comments written yet.

Please login to write comment.