Color Hex Logo

#f0adfd Color Hex

#F0ADFD
(240,173,253)
0 Favorites   0 Comments

Color spaces of #f0adfd

RGB 240173253
HSL0.810.950.84
HSV290°32°99°
CMYK 0.050.320.00   0.01
XYZ68.608455.5043100.0258
Yxy55.50430.30610.2476
Hunter Lab74.501234.0041-27.4523
CIE-Lab79.330937.6123-30.0593

#f0adfd color RGB value is (240,173,253).

#f0adfd hex color red value is 240, green value is 173 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f0adfd hue: 0.81 , saturation: 0.95 and the lightness value of f0adfd is 0.84.

The process color (four color CMYK) of #f0adfd color hex is 0.05, 0.32, 0.00, 0.01. Web safe color of #f0adfd is #ff99ff. Color #f0adfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101101 11111101
Octal 360 255 375
Decimal 240 173 253
Hex F0 AD FD

RGB Percentages of Color #f0adfd

%36.04
%25.98
%37.99

CMYK Percentages of Color #f0adfd

%5
%32
%0
%1

Triadic Colors of #f0adfd

#f0adfd #fdf0ad #adfdf0

Analogous Colors of #f0adfd

#f0adfd #fdade2 #c8adfd

Monochromatic Colors of #f0adfd

#f0adfd

Complementary Color

#f0adfd #bafdad

#f0adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0adfd Color CSS Codes

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

#f0adfd Text Font Color

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

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


#f0adfd Background Color

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

This div background color is #f0adfd


#f0adfd Border Color

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

This div border color is #f0adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0adfd

Related Colors


Comments

No comments written yet.

Please login to write comment.