Color Hex Logo

#ed977e Color Hex

#ED977E
(237,151,126)
0 Favorites   0 Comments

Color spaces of #ed977e

RGB 237151126
HSL0.040.760.71
HSV14°47°93°
CMYK 0.000.360.47   0.07
XYZ49.757641.644125.1543
Yxy41.64410.42690.3573
Hunter Lab64.532224.701122.0617
CIE-Lab70.624829.591026.6336

#ed977e color RGB value is (237,151,126).

#ed977e hex color red value is 237, green value is 151 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ed977e hue: 0.04 , saturation: 0.76 and the lightness value of ed977e is 0.71.

The process color (four color CMYK) of #ed977e color hex is 0.00, 0.36, 0.47, 0.07. Web safe color of #ed977e is #ff9966. Color #ed977e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010111 01111110
Octal 355 227 176
Decimal 237 151 126
Hex ED 97 7E

RGB Percentages of Color #ed977e

%46.11
%29.38
%24.51

CMYK Percentages of Color #ed977e

%0
%36
%47
%7

Triadic Colors of #ed977e

#ed977e #7eed97 #977eed

Analogous Colors of #ed977e

#ed977e #edcf7e #ed7e9d

Monochromatic Colors of #ed977e

#ed977e

Complementary Color

#ed977e #7ed4ed

#ed977e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed977e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed977e Color CSS Codes

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

#ed977e Text Font Color

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

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


#ed977e Background Color

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

This div background color is #ed977e


#ed977e Border Color

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

This div border color is #ed977e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed977e


Comments

No comments written yet.

Please login to write comment.