Color Hex Logo

#edadea Color Hex

#EDADEA
(237,173,234)
0 Favorites   0 Comments

Color spaces of #edadea

RGB 237173234
HSL0.840.640.80
HSV303°27°93°
CMYK 0.000.270.01   0.07
XYZ64.719953.832284.8214
Yxy53.83220.31820.2647
Hunter Lab73.370429.0562-17.1841
CIE-Lab78.363833.1418-21.3295

#edadea color RGB value is (237,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 11101010
Octal 355 255 352
Decimal 237 173 234
Hex ED AD EA

RGB Percentages of Color #edadea

%36.80
%26.86
%36.34

CMYK Percentages of Color #edadea

%0
%27
%1
%7

Triadic Colors of #edadea

#edadea #eaedad #adeaed

Analogous Colors of #edadea

#edadea #edadca #d0aded

Monochromatic Colors of #edadea

#edadea

Complementary Color

#edadea #adedb0

#edadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadea Color CSS Codes

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

#edadea Text Font Color

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

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


#edadea Background Color

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

This div background color is #edadea


#edadea Border Color

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

This div border color is #edadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadea


Comments

No comments written yet.

Please login to write comment.