Color Hex Logo

#ed882c Color Hex

#ED882C
(237,136,44)
0 Favorites   0 Comments

Color spaces of #ed882c

RGB 23713644
HSL0.080.840.55
HSV29°81°93°
CMYK 0.000.430.81   0.07
XYZ44.183835.79476.9632
Yxy35.79470.50820.4117
Hunter Lab59.828727.123034.9796
CIE-Lab66.362832.315562.0251

#ed882c color RGB value is (237,136,44).

#ed882c hex color red value is 237, green value is 136 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ed882c hue: 0.08 , saturation: 0.84 and the lightness value of ed882c is 0.55.

The process color (four color CMYK) of #ed882c color hex is 0.00, 0.43, 0.81, 0.07. Web safe color of #ed882c is #ff9933. Color #ed882c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001000 00101100
Octal 355 210 54
Decimal 237 136 44
Hex ED 88 2C

RGB Percentages of Color #ed882c

%56.83
%32.61
%10.55

CMYK Percentages of Color #ed882c

%0
%43
%81
%7

Triadic Colors of #ed882c

#ed882c #2ced88 #882ced

Analogous Colors of #ed882c

#ed882c #ede92c #ed2c30

Monochromatic Colors of #ed882c

#ed882c

Complementary Color

#ed882c #2c91ed

#ed882c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed882c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed882c Color CSS Codes

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

#ed882c Text Font Color

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

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


#ed882c Background Color

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

This div background color is #ed882c


#ed882c Border Color

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

This div border color is #ed882c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed882c


Comments

No comments written yet.

Please login to write comment.