Color Hex Logo

#ed9cab Color Hex

#ED9CAB
(237,156,171)
0 Favorites   0 Comments

Color spaces of #ed9cab

RGB 237156171
HSL0.970.690.77
HSV349°34°93°
CMYK 0.000.340.28   0.07
XYZ54.164244.721744.3055
Yxy44.72170.37830.3123
Hunter Lab66.874327.54447.5312
CIE-Lab72.708332.17194.7404

#ed9cab color RGB value is (237,156,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011100 10101011
Octal 355 234 253
Decimal 237 156 171
Hex ED 9C AB

RGB Percentages of Color #ed9cab

%42.02
%27.66
%30.32

CMYK Percentages of Color #ed9cab

%0
%34
%28
%7

Triadic Colors of #ed9cab

#ed9cab #abed9c #9cabed

Analogous Colors of #ed9cab

#ed9cab #edb69c #ed9cd4

Monochromatic Colors of #ed9cab

#ed9cab

Complementary Color

#ed9cab #9cedde

#ed9cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9cab Color CSS Codes

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

#ed9cab Text Font Color

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

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


#ed9cab Background Color

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

This div background color is #ed9cab


#ed9cab Border Color

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

This div border color is #ed9cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9cab


Comments

No comments written yet.

Please login to write comment.