Color Hex Logo

#edafff Color Hex

#EDAFFF
(237,175,255)
0 Favorites   0 Comments

Color spaces of #edafff

RGB 237175255
HSL0.801.000.84
HSV287°31°100°
CMYK 0.070.310.00   0.00
XYZ68.305055.8845101.7945
Yxy55.88450.30230.2473
Hunter Lab74.755932.2738-28.4055
CIE-Lab79.548036.0141-30.8241

#edafff color RGB value is (237,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 11111111
Octal 355 257 377
Decimal 237 175 255
Hex ED AF FF

RGB Percentages of Color #edafff

%35.53
%26.24
%38.23

CMYK Percentages of Color #edafff

%7
%31
%0
%0

Triadic Colors of #edafff

#edafff #ffedaf #afffed

Analogous Colors of #edafff

#edafff #ffafe9 #c5afff

Monochromatic Colors of #edafff

#edafff

Complementary Color

#edafff #c1ffaf

#edafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#edafff Color CSS Codes

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

#edafff Text Font Color

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

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


#edafff Background Color

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

This div background color is #edafff


#edafff Border Color

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

This div border color is #edafff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edafff

Related Colors

#edafff Color Palettes


Comments

No comments written yet.

Please login to write comment.