Color Hex Logo

#ed842f Color Hex

#ED842F
(237,132,47)
0 Favorites   0 Comments

Color spaces of #ed842f

RGB 23713247
HSL0.070.840.56
HSV27°80°93°
CMYK 0.000.440.80   0.07
XYZ43.689434.71237.0868
Yxy34.71230.51110.4060
Hunter Lab58.917129.259834.1104
CIE-Lab65.524134.480560.1086

#ed842f color RGB value is (237,132,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000100 00101111
Octal 355 204 57
Decimal 237 132 47
Hex ED 84 2F

RGB Percentages of Color #ed842f

%56.97
%31.73
%11.30

CMYK Percentages of Color #ed842f

%0
%44
%80
%7

Triadic Colors of #ed842f

#ed842f #2fed84 #842fed

Analogous Colors of #ed842f

#ed842f #ede32f #ed2f39

Monochromatic Colors of #ed842f

#ed842f

Complementary Color

#ed842f #2f98ed

#ed842f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed842f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed842f Color CSS Codes

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

#ed842f Text Font Color

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

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


#ed842f Background Color

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

This div background color is #ed842f


#ed842f Border Color

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

This div border color is #ed842f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed842f


Comments

No comments written yet.

Please login to write comment.