Color Hex Logo

#eda8ea Color Hex

#EDA8EA
(237,168,234)
0 Favorites   0 Comments

Color spaces of #eda8ea

RGB 237168234
HSL0.840.660.79
HSV303°29°93°
CMYK 0.000.290.01   0.07
XYZ63.779051.950384.5078
Yxy51.95030.31850.2594
Hunter Lab72.076631.8169-19.0623
CIE-Lab77.251135.7958-23.0208

#eda8ea color RGB value is (237,168,234).

#eda8ea hex color red value is 237, green value is 168 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eda8ea hue: 0.84 , saturation: 0.66 and the lightness value of eda8ea is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101000 11101010
Octal 355 250 352
Decimal 237 168 234
Hex ED A8 EA

RGB Percentages of Color #eda8ea

%37.09
%26.29
%36.62

CMYK Percentages of Color #eda8ea

%0
%29
%1
%7

Triadic Colors of #eda8ea

#eda8ea #eaeda8 #a8eaed

Analogous Colors of #eda8ea

#eda8ea #eda8c8 #cea8ed

Monochromatic Colors of #eda8ea

#eda8ea

Complementary Color

#eda8ea #a8edab

#eda8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda8ea Color CSS Codes

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

#eda8ea Text Font Color

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

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


#eda8ea Background Color

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

This div background color is #eda8ea


#eda8ea Border Color

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

This div border color is #eda8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda8ea


Comments

No comments written yet.

Please login to write comment.