Color Hex Logo

#ed8531 Color Hex

#ED8531
(237,133,49)
0 Favorites   0 Comments

Color spaces of #ed8531

RGB 23713349
HSL0.070.840.56
HSV27°79°93°
CMYK 0.000.440.79   0.07
XYZ43.867035.00137.3496
Yxy35.00130.50880.4060
Hunter Lab59.161928.819834.0478
CIE-Lab65.749734.030259.5152

#ed8531 color RGB value is (237,133,49).

#ed8531 hex color red value is 237, green value is 133 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ed8531 hue: 0.07 , saturation: 0.84 and the lightness value of ed8531 is 0.56.

The process color (four color CMYK) of #ed8531 color hex is 0.00, 0.44, 0.79, 0.07. Web safe color of #ed8531 is #ff9933. Color #ed8531 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000101 00110001
Octal 355 205 61
Decimal 237 133 49
Hex ED 85 31

RGB Percentages of Color #ed8531

%56.56
%31.74
%11.69

CMYK Percentages of Color #ed8531

%0
%44
%79
%7

Triadic Colors of #ed8531

#ed8531 #31ed85 #8531ed

Analogous Colors of #ed8531

#ed8531 #ede331 #ed313b

Monochromatic Colors of #ed8531

#ed8531

Complementary Color

#ed8531 #3199ed

#ed8531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8531 Color CSS Codes

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

#ed8531 Text Font Color

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

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


#ed8531 Background Color

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

This div background color is #ed8531


#ed8531 Border Color

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

This div border color is #ed8531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8531


Comments

No comments written yet.

Please login to write comment.