Color Hex Logo

#ed9eba Color Hex

#ED9EBA
(237,158,186)
0 Favorites   0 Comments

Color spaces of #ed9eba

RGB 237158186
HSL0.940.690.77
HSV339°33°93°
CMYK 0.000.330.22   0.07
XYZ56.014846.003452.3816
Yxy46.00340.36280.2979
Hunter Lab67.825828.72131.6886
CIE-Lab73.547733.2218-2.3196

#ed9eba color RGB value is (237,158,186).

#ed9eba hex color red value is 237, green value is 158 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ed9eba hue: 0.94 , saturation: 0.69 and the lightness value of ed9eba is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011110 10111010
Octal 355 236 272
Decimal 237 158 186
Hex ED 9E BA

RGB Percentages of Color #ed9eba

%40.79
%27.19
%32.01

CMYK Percentages of Color #ed9eba

%0
%33
%22
%7

Triadic Colors of #ed9eba

#ed9eba #baed9e #9ebaed

Analogous Colors of #ed9eba

#ed9eba #edaa9e #ed9ee2

Monochromatic Colors of #ed9eba

#ed9eba

Complementary Color

#ed9eba #9eedd1

#ed9eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9eba Color CSS Codes

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

#ed9eba Text Font Color

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

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


#ed9eba Background Color

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

This div background color is #ed9eba


#ed9eba Border Color

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

This div border color is #ed9eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9eba


Comments

No comments written yet.

Please login to write comment.