Color Hex Logo

#f8adec Color Hex

#F8ADEC
(248,173,236)
0 Favorites   0 Comments

Color spaces of #f8adec

RGB 248173236
HSL0.860.840.83
HSV310°30°97°
CMYK 0.000.300.05   0.03
XYZ68.795355.899786.5207
Yxy55.89970.32570.2647
Hunter Lab74.766133.4044-16.2752
CIE-Lab79.556737.0458-20.4936

#f8adec color RGB value is (248,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10101101 11101100
Octal 370 255 354
Decimal 248 173 236
Hex F8 AD EC

RGB Percentages of Color #f8adec

%37.75
%26.33
%35.92

CMYK Percentages of Color #f8adec

%0
%30
%5
%3

Triadic Colors of #f8adec

#f8adec #ecf8ad #adecf8

Analogous Colors of #f8adec

#f8adec #f8adc7 #dfadf8

Monochromatic Colors of #f8adec

#f8adec

Complementary Color

#f8adec #adf8b9

#f8adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8adec Color CSS Codes

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

#f8adec Text Font Color

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

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


#f8adec Background Color

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

This div background color is #f8adec


#f8adec Border Color

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

This div border color is #f8adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8adec


Comments

No comments written yet.

Please login to write comment.