Color Hex Logo

#ed974d Color Hex

#ED974D
(237,151,77)
0 Favorites   0 Comments

Color spaces of #ed974d

RGB 23715177
HSL0.080.820.62
HSV28°68°93°
CMYK 0.000.360.68   0.07
XYZ47.331240.673612.3773
Yxy40.67360.47150.4052
Hunter Lab63.775920.865933.1364
CIE-Lab69.946625.854651.2999

#ed974d color RGB value is (237,151,77).

#ed974d hex color red value is 237, green value is 151 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ed974d hue: 0.08 , saturation: 0.82 and the lightness value of ed974d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010111 01001101
Octal 355 227 115
Decimal 237 151 77
Hex ED 97 4D

RGB Percentages of Color #ed974d

%50.97
%32.47
%16.56

CMYK Percentages of Color #ed974d

%0
%36
%68
%7

Triadic Colors of #ed974d

#ed974d #4ded97 #974ded

Analogous Colors of #ed974d

#ed974d #ede74d #ed4d53

Monochromatic Colors of #ed974d

#ed974d

Complementary Color

#ed974d #4da3ed

#ed974d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed974d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed974d Color CSS Codes

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

#ed974d Text Font Color

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

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


#ed974d Background Color

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

This div background color is #ed974d


#ed974d Border Color

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

This div border color is #ed974d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed974d


Comments

No comments written yet.

Please login to write comment.