Color Hex Logo

#edaffe Color Hex

#EDAFFE
(237,175,254)
0 Favorites   0 Comments

Color spaces of #edaffe

RGB 237175254
HSL0.800.980.84
HSV287°31°100°
CMYK 0.070.310.00   0.00
XYZ68.144455.8202100.9487
Yxy55.82020.30300.2482
Hunter Lab74.712932.0593-27.8109
CIE-Lab79.511435.8208-30.3442

#edaffe color RGB value is (237,175,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 11111110
Octal 355 257 376
Decimal 237 175 254
Hex ED AF FE

RGB Percentages of Color #edaffe

%35.59
%26.28
%38.14

CMYK Percentages of Color #edaffe

%7
%31
%0
%0

Triadic Colors of #edaffe

#edaffe #feedaf #affeed

Analogous Colors of #edaffe

#edaffe #feafe8 #c6affe

Monochromatic Colors of #edaffe

#edaffe

Complementary Color

#edaffe #c0feaf

#edaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaffe Color CSS Codes

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

#edaffe Text Font Color

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

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


#edaffe Background Color

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

This div background color is #edaffe


#edaffe Border Color

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

This div border color is #edaffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaffe


Comments

No comments written yet.

Please login to write comment.