Color Hex Logo

#ed0bac Color Hex

#ED0BAC
(237,11,172)
0 Favorites   0 Comments

Color spaces of #ed0bac

RGB 23711172
HSL0.880.910.49
HSV317°95°93°
CMYK 0.000.950.27   0.07
XYZ42.491121.222440.8865
Yxy21.22240.40620.2029
Hunter Lab46.067884.0228-20.3742
CIE-Lab53.192084.0751-24.9935

#ed0bac color RGB value is (237,11,172).

#ed0bac hex color red value is 237, green value is 11 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ed0bac hue: 0.88 , saturation: 0.91 and the lightness value of ed0bac is 0.49.

The process color (four color CMYK) of #ed0bac color hex is 0.00, 0.95, 0.27, 0.07. Web safe color of #ed0bac is #ff0099. Color #ed0bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001011 10101100
Octal 355 13 254
Decimal 237 11 172
Hex ED B AC

RGB Percentages of Color #ed0bac

%56.43
%2.62
%40.95

CMYK Percentages of Color #ed0bac

%0
%95
%27
%7

Triadic Colors of #ed0bac

#ed0bac #aced0b #0baced

Analogous Colors of #ed0bac

#ed0bac #ed0b3b #bd0bed

Monochromatic Colors of #ed0bac

#ed0bac

Complementary Color

#ed0bac #0bed4c

#ed0bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed0bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed0bac Color CSS Codes

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

#ed0bac Text Font Color

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

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


#ed0bac Background Color

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

This div background color is #ed0bac


#ed0bac Border Color

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

This div border color is #ed0bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed0bac


Comments

No comments written yet.

Please login to write comment.