Color Hex Logo

#ed882e Color Hex

#ED882E
(237,136,46)
0 Favorites   0 Comments

Color spaces of #ed882e

RGB 23713646
HSL0.080.840.55
HSV28°81°93°
CMYK 0.000.430.81   0.07
XYZ44.222435.81017.1660
Yxy35.81010.50710.4107
Hunter Lab59.841527.187334.7891
CIE-Lab66.374632.377461.2764

#ed882e color RGB value is (237,136,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001000 00101110
Octal 355 210 56
Decimal 237 136 46
Hex ED 88 2E

RGB Percentages of Color #ed882e

%56.56
%32.46
%10.98

CMYK Percentages of Color #ed882e

%0
%43
%81
%7

Triadic Colors of #ed882e

#ed882e #2eed88 #882eed

Analogous Colors of #ed882e

#ed882e #ede82e #ed2e33

Monochromatic Colors of #ed882e

#ed882e

Complementary Color

#ed882e #2e93ed

#ed882e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed882e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed882e Color CSS Codes

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

#ed882e Text Font Color

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

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


#ed882e Background Color

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

This div background color is #ed882e


#ed882e Border Color

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

This div border color is #ed882e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed882e


Comments

No comments written yet.

Please login to write comment.