Color Hex Logo

#edadfd Color Hex

#EDADFD
(237,173,253)
0 Favorites   0 Comments

Color spaces of #edadfd

RGB 237173253
HSL0.800.950.84
HSV288°32°99°
CMYK 0.060.320.00   0.01
XYZ67.598254.983599.9786
Yxy54.98350.30370.2470
Hunter Lab74.150932.9621-28.0359
CIE-Lab79.031836.6893-30.5444

#edadfd color RGB value is (237,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 11111101
Octal 355 255 375
Decimal 237 173 253
Hex ED AD FD

RGB Percentages of Color #edadfd

%35.75
%26.09
%38.16

CMYK Percentages of Color #edadfd

%6
%32
%0
%1

Triadic Colors of #edadfd

#edadfd #fdedad #adfded

Analogous Colors of #edadfd

#edadfd #fdade5 #c5adfd

Monochromatic Colors of #edadfd

#edadfd

Complementary Color

#edadfd #bdfdad

#edadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadfd Color CSS Codes

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

#edadfd Text Font Color

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

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


#edadfd Background Color

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

This div background color is #edadfd


#edadfd Border Color

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

This div border color is #edadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadfd


Comments

No comments written yet.

Please login to write comment.