Color Hex Logo

#ed9c71 Color Hex

#ED9C71
(237,156,113)
0 Favorites   0 Comments

Color spaces of #ed9c71

RGB 237156113
HSL0.060.780.69
HSV21°52°93°
CMYK 0.000.340.52   0.07
XYZ49.794242.973721.2931
Yxy42.97370.43660.3768
Hunter Lab65.554320.866226.6297
CIE-Lab71.537125.757634.8375

#ed9c71 color RGB value is (237,156,113).

#ed9c71 hex color red value is 237, green value is 156 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #ed9c71 hue: 0.06 , saturation: 0.78 and the lightness value of ed9c71 is 0.69.

The process color (four color CMYK) of #ed9c71 color hex is 0.00, 0.34, 0.52, 0.07. Web safe color of #ed9c71 is #ff9966. Color #ed9c71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011100 01110001
Octal 355 234 161
Decimal 237 156 113
Hex ED 9C 71

RGB Percentages of Color #ed9c71

%46.84
%30.83
%22.33

CMYK Percentages of Color #ed9c71

%0
%34
%52
%7

Triadic Colors of #ed9c71

#ed9c71 #71ed9c #9c71ed

Analogous Colors of #ed9c71

#ed9c71 #edda71 #ed7184

Monochromatic Colors of #ed9c71

#ed9c71

Complementary Color

#ed9c71 #71c2ed

#ed9c71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9c71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9c71 Color CSS Codes

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

#ed9c71 Text Font Color

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

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


#ed9c71 Background Color

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

This div background color is #ed9c71


#ed9c71 Border Color

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

This div border color is #ed9c71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9c71


Comments

No comments written yet.

Please login to write comment.