Color Hex Logo

#edafef Color Hex

#EDAFEF
(237,175,239)
0 Favorites   0 Comments

Color spaces of #edafef

RGB 237175239
HSL0.830.670.81
HSV298°27°94°
CMYK 0.010.270.00   0.06
XYZ65.835054.896588.7875
Yxy54.89650.31420.2620
Hunter Lab74.092228.9458-19.1850
CIE-Lab78.981632.9908-23.0889

#edafef color RGB value is (237,175,239).

#edafef hex color red value is 237, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #edafef hue: 0.83 , saturation: 0.67 and the lightness value of edafef is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 11101111
Octal 355 257 357
Decimal 237 175 239
Hex ED AF EF

RGB Percentages of Color #edafef

%36.41
%26.88
%36.71

CMYK Percentages of Color #edafef

%1
%27
%0
%6

Triadic Colors of #edafef

#edafef #efedaf #afefed

Analogous Colors of #edafef

#edafef #efafd1 #cdafef

Monochromatic Colors of #edafef

#edafef

Complementary Color

#edafef #b1efaf

#edafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#edafef Color CSS Codes

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

#edafef Text Font Color

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

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


#edafef Background Color

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

This div background color is #edafef


#edafef Border Color

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

This div border color is #edafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edafef


Comments

No comments written yet.

Please login to write comment.