Color Hex Logo

#edadba Color Hex

#EDADBA
(237,173,186)
0 Favorites   0 Comments

Color spaces of #edadba

RGB 237173186
HSL0.970.640.80
HSV348°27°93°
CMYK 0.000.270.22   0.07
XYZ58.731551.436853.2872
Yxy51.43680.35930.3147
Hunter Lab71.719520.66576.1514
CIE-Lab76.942825.25812.6361

#edadba color RGB value is (237,173,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 10111010
Octal 355 255 272
Decimal 237 173 186
Hex ED AD BA

RGB Percentages of Color #edadba

%39.77
%29.03
%31.21

CMYK Percentages of Color #edadba

%0
%27
%22
%7

Triadic Colors of #edadba

#edadba #baedad #adbaed

Analogous Colors of #edadba

#edadba #edc0ad #edadda

Monochromatic Colors of #edadba

#edadba

Complementary Color

#edadba #adede0

#edadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadba Color CSS Codes

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

#edadba Text Font Color

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

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


#edadba Background Color

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

This div background color is #edadba


#edadba Border Color

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

This div border color is #edadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadba


Comments

No comments written yet.

Please login to write comment.