Color Hex Logo

#edabe1 Color Hex

#EDABE1
(237,171,225)
0 Favorites   0 Comments

Color spaces of #edabe1

RGB 237171225
HSL0.860.650.80
HSV311°28°93°
CMYK 0.000.280.05   0.07
XYZ63.078652.566678.0559
Yxy52.56660.32560.2714
Hunter Lab72.502828.4179-13.0791
CIE-Lab77.618432.6043-17.5857

#edabe1 color RGB value is (237,171,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11100001
Octal 355 253 341
Decimal 237 171 225
Hex ED AB E1

RGB Percentages of Color #edabe1

%37.44
%27.01
%35.55

CMYK Percentages of Color #edabe1

%0
%28
%5
%7

Triadic Colors of #edabe1

#edabe1 #e1edab #abe1ed

Analogous Colors of #edabe1

#edabe1 #edabc0 #d8abed

Monochromatic Colors of #edabe1

#edabe1

Complementary Color

#edabe1 #abedb7

#edabe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabe1 Color CSS Codes

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

#edabe1 Text Font Color

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

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


#edabe1 Background Color

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

This div background color is #edabe1


#edabe1 Border Color

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

This div border color is #edabe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabe1


Comments

No comments written yet.

Please login to write comment.