Color Hex Logo

#edafed Color Hex

#EDAFED
(237,175,237)
0 Favorites   0 Comments

Color spaces of #edafed

RGB 237175237
HSL0.830.630.81
HSV300°26°93°
CMYK 0.000.260.00   0.07
XYZ65.541154.778987.2398
Yxy54.77890.31580.2639
Hunter Lab74.012828.5461-18.0769
CIE-Lab78.913732.6240-22.1139

#edafed color RGB value is (237,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 11101101
Octal 355 257 355
Decimal 237 175 237
Hex ED AF ED

RGB Percentages of Color #edafed

%36.52
%26.96
%36.52

CMYK Percentages of Color #edafed

%0
%26
%0
%7

Triadic Colors of #edafed

#edafed #ededaf #afeded

Analogous Colors of #edafed

#edafed #edafce #ceafed

Monochromatic Colors of #edafed

#edafed

Complementary Color

#edafed #afedaf

#edafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#edafed Color CSS Codes

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

#edafed Text Font Color

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

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


#edafed Background Color

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

This div background color is #edafed


#edafed Border Color

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

This div border color is #edafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edafed


Comments

No comments written yet.

Please login to write comment.