Color Hex Logo

#ed916b Color Hex

#ED916B
(237,145,107)
0 Favorites   0 Comments

Color spaces of #ed916b

RGB 237145107
HSL0.050.780.67
HSV18°55°93°
CMYK 0.000.390.55   0.07
XYZ47.704339.316918.9845
Yxy39.31690.45000.3709
Hunter Lab62.703226.071425.9411
CIE-Lab68.980231.058934.7859

#ed916b color RGB value is (237,145,107).

#ed916b hex color red value is 237, green value is 145 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ed916b hue: 0.05 , saturation: 0.78 and the lightness value of ed916b is 0.67.

The process color (four color CMYK) of #ed916b color hex is 0.00, 0.39, 0.55, 0.07. Web safe color of #ed916b is #ff9966. Color #ed916b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010001 01101011
Octal 355 221 153
Decimal 237 145 107
Hex ED 91 6B

RGB Percentages of Color #ed916b

%48.47
%29.65
%21.88

CMYK Percentages of Color #ed916b

%0
%39
%55
%7

Triadic Colors of #ed916b

#ed916b #6bed91 #916bed

Analogous Colors of #ed916b

#ed916b #edd26b #ed6b86

Monochromatic Colors of #ed916b

#ed916b

Complementary Color

#ed916b #6bc7ed

#ed916b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed916b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed916b Color CSS Codes

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

#ed916b Text Font Color

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

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


#ed916b Background Color

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

This div background color is #ed916b


#ed916b Border Color

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

This div border color is #ed916b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed916b


Comments

No comments written yet.

Please login to write comment.