Color Hex Logo

#ed9176 Color Hex

#ED9176
(237,145,118)
0 Favorites   0 Comments

Color spaces of #ed9176

RGB 237145118
HSL0.040.770.70
HSV14°50°93°
CMYK 0.000.390.50   0.07
XYZ48.320539.563322.2293
Yxy39.56330.43880.3593
Hunter Lab62.899427.053223.0758
CIE-Lab69.157431.998929.0574

#ed9176 color RGB value is (237,145,118).

#ed9176 hex color red value is 237, green value is 145 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ed9176 hue: 0.04 , saturation: 0.77 and the lightness value of ed9176 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010001 01110110
Octal 355 221 166
Decimal 237 145 118
Hex ED 91 76

RGB Percentages of Color #ed9176

%47.40
%29.00
%23.60

CMYK Percentages of Color #ed9176

%0
%39
%50
%7

Triadic Colors of #ed9176

#ed9176 #76ed91 #9176ed

Analogous Colors of #ed9176

#ed9176 #edcd76 #ed7697

Monochromatic Colors of #ed9176

#ed9176

Complementary Color

#ed9176 #76d2ed

#ed9176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9176 Color CSS Codes

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

#ed9176 Text Font Color

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

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


#ed9176 Background Color

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

This div background color is #ed9176


#ed9176 Border Color

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

This div border color is #ed9176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9176


Comments

No comments written yet.

Please login to write comment.