Color Hex Logo

#edadff Color Hex

#EDADFF
(237,173,255)
0 Favorites   0 Comments

Color spaces of #edadff

RGB 237173255
HSL0.801.000.84
HSV287°32°100°
CMYK 0.070.320.00   0.00
XYZ67.918655.1117101.6657
Yxy55.11170.30230.2453
Hunter Lab74.237333.3919-29.2298
CIE-Lab79.105637.0752-31.5045

#edadff color RGB value is (237,173,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 11111111
Octal 355 255 377
Decimal 237 173 255
Hex ED AD FF

RGB Percentages of Color #edadff

%35.64
%26.02
%38.35

CMYK Percentages of Color #edadff

%7
%32
%0
%0

Triadic Colors of #edadff

#edadff #ffedad #adffed

Analogous Colors of #edadff

#edadff #ffade8 #c4adff

Monochromatic Colors of #edadff

#edadff

Complementary Color

#edadff #bfffad

#edadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadff Color CSS Codes

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

#edadff Text Font Color

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

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


#edadff Background Color

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

This div background color is #edadff


#edadff Border Color

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

This div border color is #edadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadff

Related Colors


Comments

No comments written yet.

Please login to write comment.