Color Hex Logo

#ed9b90 Color Hex

#ED9B90
(237,155,144)
0 Favorites   0 Comments

Color spaces of #ed9b90

RGB 237155144
HSL0.020.720.75
HSV39°93°
CMYK 0.000.350.39   0.07
XYZ51.680443.460832.0505
Yxy43.46080.40630.3417
Hunter Lab65.924824.563017.3225
CIE-Lab71.866629.363918.4523

#ed9b90 color RGB value is (237,155,144).

#ed9b90 hex color red value is 237, green value is 155 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ed9b90 hue: 0.02 , saturation: 0.72 and the lightness value of ed9b90 is 0.75.

The process color (four color CMYK) of #ed9b90 color hex is 0.00, 0.35, 0.39, 0.07. Web safe color of #ed9b90 is #ff9999. Color #ed9b90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011011 10010000
Octal 355 233 220
Decimal 237 155 144
Hex ED 9B 90

RGB Percentages of Color #ed9b90

%44.22
%28.92
%26.87

CMYK Percentages of Color #ed9b90

%0
%35
%39
%7

Triadic Colors of #ed9b90

#ed9b90 #90ed9b #9b90ed

Analogous Colors of #ed9b90

#ed9b90 #edca90 #ed90b4

Monochromatic Colors of #ed9b90

#ed9b90

Complementary Color

#ed9b90 #90e2ed

#ed9b90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9b90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9b90 Color CSS Codes

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

#ed9b90 Text Font Color

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

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


#ed9b90 Background Color

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

This div background color is #ed9b90


#ed9b90 Border Color

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

This div border color is #ed9b90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9b90


Comments

No comments written yet.

Please login to write comment.