Color Hex Logo

#ed882d Color Hex

#ED882D
(237,136,45)
0 Favorites   0 Comments

Color spaces of #ed882d

RGB 23713645
HSL0.080.840.55
HSV28°81°93°
CMYK 0.000.430.81   0.07
XYZ44.202935.80237.0634
Yxy35.80230.50770.4112
Hunter Lab59.835027.154934.8855
CIE-Lab66.368632.346261.6533

#ed882d color RGB value is (237,136,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001000 00101101
Octal 355 210 55
Decimal 237 136 45
Hex ED 88 2D

RGB Percentages of Color #ed882d

%56.70
%32.54
%10.77

CMYK Percentages of Color #ed882d

%0
%43
%81
%7

Triadic Colors of #ed882d

#ed882d #2ded88 #882ded

Analogous Colors of #ed882d

#ed882d #ede82d #ed2d32

Monochromatic Colors of #ed882d

#ed882d

Complementary Color

#ed882d #2d92ed

#ed882d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed882d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed882d Color CSS Codes

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

#ed882d Text Font Color

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

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


#ed882d Background Color

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

This div background color is #ed882d


#ed882d Border Color

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

This div border color is #ed882d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed882d


Comments

No comments written yet.

Please login to write comment.