Color Hex Logo

#edafe4 Color Hex

#EDAFE4
(237,175,228)
0 Favorites   0 Comments

Color spaces of #edafe4

RGB 237175228
HSL0.860.630.81
HSV309°26°93°
CMYK 0.000.260.04   0.07
XYZ64.258654.265980.4864
Yxy54.26590.32290.2727
Hunter Lab73.665426.7918-13.2142
CIE-Lab78.616531.0048-17.7037

#edafe4 color RGB value is (237,175,228).

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

The process color (four color CMYK) of #edafe4 color hex is 0.00, 0.26, 0.04, 0.07. Web safe color of #edafe4 is #ff99cc. Color #edafe4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 11100100
Octal 355 257 344
Decimal 237 175 228
Hex ED AF E4

RGB Percentages of Color #edafe4

%37.03
%27.34
%35.63

CMYK Percentages of Color #edafe4

%0
%26
%4
%7

Triadic Colors of #edafe4

#edafe4 #e4edaf #afe4ed

Analogous Colors of #edafe4

#edafe4 #edafc5 #d7afed

Monochromatic Colors of #edafe4

#edafe4

Complementary Color

#edafe4 #afedb8

#edafe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edafe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edafe4 Color CSS Codes

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

#edafe4 Text Font Color

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

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


#edafe4 Background Color

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

This div background color is #edafe4


#edafe4 Border Color

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

This div border color is #edafe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edafe4


Comments

No comments written yet.

Please login to write comment.