Color Hex Logo

#ed977b Color Hex

#ED977B
(237,151,123)
0 Favorites   0 Comments

Color spaces of #ed977b

RGB 237151123
HSL0.040.760.71
HSV15°48°93°
CMYK 0.000.360.48   0.07
XYZ49.566841.567824.1498
Yxy41.56780.43000.3606
Hunter Lab64.473124.402622.9228
CIE-Lab70.571929.303528.1981

#ed977b color RGB value is (237,151,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010111 01111011
Octal 355 227 173
Decimal 237 151 123
Hex ED 97 7B

RGB Percentages of Color #ed977b

%46.38
%29.55
%24.07

CMYK Percentages of Color #ed977b

%0
%36
%48
%7

Triadic Colors of #ed977b

#ed977b #7bed97 #977bed

Analogous Colors of #ed977b

#ed977b #edd07b #ed7b98

Monochromatic Colors of #ed977b

#ed977b

Complementary Color

#ed977b #7bd1ed

#ed977b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed977b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed977b Color CSS Codes

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

#ed977b Text Font Color

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

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


#ed977b Background Color

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

This div background color is #ed977b


#ed977b Border Color

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

This div border color is #ed977b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed977b


Comments

No comments written yet.

Please login to write comment.