Color Hex Logo

#edabd7 Color Hex

#EDABD7
(237,171,215)
0 Favorites   0 Comments

Color spaces of #edabd7

RGB 237171215
HSL0.890.650.80
HSV320°28°93°
CMYK 0.000.280.09   0.07
XYZ61.753752.036671.0793
Yxy52.03660.33400.2815
Hunter Lab72.136426.5695-7.9257
CIE-Lab77.302730.8899-12.6299

#edabd7 color RGB value is (237,171,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11010111
Octal 355 253 327
Decimal 237 171 215
Hex ED AB D7

RGB Percentages of Color #edabd7

%38.04
%27.45
%34.51

CMYK Percentages of Color #edabd7

%0
%28
%9
%7

Triadic Colors of #edabd7

#edabd7 #d7edab #abd7ed

Analogous Colors of #edabd7

#edabd7 #edabb6 #e2abed

Monochromatic Colors of #edabd7

#edabd7

Complementary Color

#edabd7 #abedc1

#edabd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabd7 Color CSS Codes

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

#edabd7 Text Font Color

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

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


#edabd7 Background Color

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

This div background color is #edabd7


#edabd7 Border Color

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

This div border color is #edabd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabd7


Comments

No comments written yet.

Please login to write comment.