Color Hex Logo

#ed9cba Color Hex

#ED9CBA
(237,156,186)
0 Favorites   0 Comments

Color spaces of #ed9cba

RGB 237156186
HSL0.940.690.77
HSV338°34°93°
CMYK 0.000.340.22   0.07
XYZ55.676445.326652.2688
Yxy45.32660.36330.2957
Hunter Lab67.325029.79701.0968
CIE-Lab73.106434.2781-2.9679

#ed9cba color RGB value is (237,156,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011100 10111010
Octal 355 234 272
Decimal 237 156 186
Hex ED 9C BA

RGB Percentages of Color #ed9cba

%40.93
%26.94
%32.12

CMYK Percentages of Color #ed9cba

%0
%34
%22
%7

Triadic Colors of #ed9cba

#ed9cba #baed9c #9cbaed

Analogous Colors of #ed9cba

#ed9cba #eda79c #ed9ce3

Monochromatic Colors of #ed9cba

#ed9cba

Complementary Color

#ed9cba #9cedcf

#ed9cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9cba Color CSS Codes

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

#ed9cba Text Font Color

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

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


#ed9cba Background Color

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

This div background color is #ed9cba


#ed9cba Border Color

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

This div border color is #ed9cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9cba


Comments

No comments written yet.

Please login to write comment.