Color Hex Logo

#edabaf Color Hex

#EDABAF
(237,171,175)
0 Favorites   0 Comments

Color spaces of #edabaf

RGB 237171175
HSL0.990.650.80
HSV356°28°93°
CMYK 0.000.280.26   0.07
XYZ57.225850.225547.2358
Yxy50.22550.36990.3247
Hunter Lab70.870020.112110.0914
CIE-Lab76.207524.75697.5756

#edabaf color RGB value is (237,171,175).

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

The process color (four color CMYK) of #edabaf color hex is 0.00, 0.28, 0.26, 0.07. Web safe color of #edabaf is #ff9999. Color #edabaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 10101111
Octal 355 253 257
Decimal 237 171 175
Hex ED AB AF

RGB Percentages of Color #edabaf

%40.65
%29.33
%30.02

CMYK Percentages of Color #edabaf

%0
%28
%26
%7

Triadic Colors of #edabaf

#edabaf #afedab #abafed

Analogous Colors of #edabaf

#edabaf #edc8ab #edabd0

Monochromatic Colors of #edabaf

#edabaf

Complementary Color

#edabaf #abede9

#edabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabaf Color CSS Codes

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

#edabaf Text Font Color

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

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


#edabaf Background Color

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

This div background color is #edabaf


#edabaf Border Color

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

This div border color is #edabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabaf


Comments

No comments written yet.

Please login to write comment.