Color Hex Logo

#edabe4 Color Hex

#EDABE4
(237,171,228)
0 Favorites   0 Comments

Color spaces of #edabe4

RGB 237171228
HSL0.860.650.80
HSV308°28°93°
CMYK 0.000.280.04   0.07
XYZ63.491652.731880.2307
Yxy52.73180.32320.2684
Hunter Lab72.616728.9904-14.6750
CIE-Lab77.716433.1318-19.0640

#edabe4 color RGB value is (237,171,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11100100
Octal 355 253 344
Decimal 237 171 228
Hex ED AB E4

RGB Percentages of Color #edabe4

%37.26
%26.89
%35.85

CMYK Percentages of Color #edabe4

%0
%28
%4
%7

Triadic Colors of #edabe4

#edabe4 #e4edab #abe4ed

Analogous Colors of #edabe4

#edabe4 #edabc3 #d5abed

Monochromatic Colors of #edabe4

#edabe4

Complementary Color

#edabe4 #abedb4

#edabe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabe4 Color CSS Codes

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

#edabe4 Text Font Color

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

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


#edabe4 Background Color

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

This div background color is #edabe4


#edabe4 Border Color

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

This div border color is #edabe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabe4


Comments

No comments written yet.

Please login to write comment.