Color Hex Logo

#edadbe Color Hex

#EDADBE
(237,173,190)
0 Favorites   0 Comments

Color spaces of #edadbe

RGB 237173190
HSL0.960.640.80
HSV344°27°93°
CMYK 0.000.270.20   0.07
XYZ59.162951.609455.5586
Yxy51.60940.35570.3103
Hunter Lab71.839721.28264.4347
CIE-Lab77.046725.85060.6068

#edadbe color RGB value is (237,173,190).

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

The process color (four color CMYK) of #edadbe color hex is 0.00, 0.27, 0.20, 0.07. Web safe color of #edadbe is #ff99cc. Color #edadbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 10111110
Octal 355 255 276
Decimal 237 173 190
Hex ED AD BE

RGB Percentages of Color #edadbe

%39.50
%28.83
%31.67

CMYK Percentages of Color #edadbe

%0
%27
%20
%7

Triadic Colors of #edadbe

#edadbe #beedad #adbeed

Analogous Colors of #edadbe

#edadbe #edbcad #edadde

Monochromatic Colors of #edadbe

#edadbe

Complementary Color

#edadbe #adeddc

#edadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadbe Color CSS Codes

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

#edadbe Text Font Color

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

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


#edadbe Background Color

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

This div background color is #edadbe


#edadbe Border Color

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

This div border color is #edadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadbe


Comments

No comments written yet.

Please login to write comment.