Color Hex Logo

#ed824e Color Hex

#ED824E
(237,130,78)
0 Favorites   0 Comments

Color spaces of #ed824e

RGB 23713078
HSL0.050.820.62
HSV20°67°93°
CMYK 0.000.450.67   0.07
XYZ44.282834.519811.5368
Yxy34.51980.49020.3821
Hunter Lab58.753631.717529.4854
CIE-Lab65.373136.870445.6591

#ed824e color RGB value is (237,130,78).

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

The process color (four color CMYK) of #ed824e color hex is 0.00, 0.45, 0.67, 0.07. Web safe color of #ed824e is #ff9966. Color #ed824e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000010 01001110
Octal 355 202 116
Decimal 237 130 78
Hex ED 82 4E

RGB Percentages of Color #ed824e

%53.26
%29.21
%17.53

CMYK Percentages of Color #ed824e

%0
%45
%67
%7

Triadic Colors of #ed824e

#ed824e #4eed82 #824eed

Analogous Colors of #ed824e

#ed824e #edd24e #ed4e6a

Monochromatic Colors of #ed824e

#ed824e

Complementary Color

#ed824e #4eb9ed

#ed824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed824e Color CSS Codes

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

#ed824e Text Font Color

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

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


#ed824e Background Color

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

This div background color is #ed824e


#ed824e Border Color

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

This div border color is #ed824e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed824e


Comments

No comments written yet.

Please login to write comment.