Color Hex Logo

#edabed Color Hex

#EDABED
(237,171,237)
0 Favorites   0 Comments

Color spaces of #edabed

RGB 237171237
HSL0.830.650.80
HSV300°28°93°
CMYK 0.000.280.00   0.07
XYZ64.774053.244886.9841
Yxy53.24480.31600.2597
Hunter Lab72.969030.7571-19.5994
CIE-Lab78.019334.7492-23.4744

#edabed color RGB value is (237,171,237).

#edabed hex color red value is 237, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #edabed hue: 0.83 , saturation: 0.65 and the lightness value of edabed is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11101101
Octal 355 253 355
Decimal 237 171 237
Hex ED AB ED

RGB Percentages of Color #edabed

%36.74
%26.51
%36.74

CMYK Percentages of Color #edabed

%0
%28
%0
%7

Triadic Colors of #edabed

#edabed #ededab #abeded

Analogous Colors of #edabed

#edabed #edabcc #ccabed

Monochromatic Colors of #edabed

#edabed

Complementary Color

#edabed #abedab

#edabed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabed Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabed Color CSS Codes

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

#edabed Text Font Color

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

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


#edabed Background Color

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

This div background color is #edabed


#edabed Border Color

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

This div border color is #edabed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabed


Comments

No comments written yet.

Please login to write comment.