Color Hex Logo

#f4adfa Color Hex

#F4ADFA
(244,173,250)
0 Favorites   0 Comments

Color spaces of #f4adfa

RGB 244173250
HSL0.820.890.83
HSV295°31°98°
CMYK 0.020.310.00   0.02
XYZ69.507156.022497.5925
Yxy56.02240.31150.2511
Hunter Lab74.848134.7784-24.9130
CIE-Lab79.626638.2876-27.9599

#f4adfa color RGB value is (244,173,250).

#f4adfa hex color red value is 244, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f4adfa hue: 0.82 , saturation: 0.89 and the lightness value of f4adfa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101101 11111010
Octal 364 255 372
Decimal 244 173 250
Hex F4 AD FA

RGB Percentages of Color #f4adfa

%36.58
%25.94
%37.48

CMYK Percentages of Color #f4adfa

%2
%31
%0
%2

Triadic Colors of #f4adfa

#f4adfa #faf4ad #adfaf4

Analogous Colors of #f4adfa

#f4adfa #faadda #ceadfa

Monochromatic Colors of #f4adfa

#f4adfa

Complementary Color

#f4adfa #b3faad

#f4adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4adfa Color CSS Codes

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

#f4adfa Text Font Color

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

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


#f4adfa Background Color

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

This div background color is #f4adfa


#f4adfa Border Color

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

This div border color is #f4adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4adfa


Comments

No comments written yet.

Please login to write comment.