Color Hex Logo

#ed813f Color Hex

#ED813F
(237,129,63)
0 Favorites   0 Comments

Color spaces of #ed813f

RGB 23712963
HSL0.060.830.59
HSV23°73°93°
CMYK 0.000.460.73   0.07
XYZ43.672534.06398.9758
Yxy34.06390.50360.3928
Hunter Lab58.364331.429531.7368
CIE-Lab65.013336.632452.6349

#ed813f color RGB value is (237,129,63).

#ed813f hex color red value is 237, green value is 129 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ed813f hue: 0.06 , saturation: 0.83 and the lightness value of ed813f is 0.59.

The process color (four color CMYK) of #ed813f color hex is 0.00, 0.46, 0.73, 0.07. Web safe color of #ed813f is #ff9933. Color #ed813f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000001 00111111
Octal 355 201 77
Decimal 237 129 63
Hex ED 81 3F

RGB Percentages of Color #ed813f

%55.24
%30.07
%14.69

CMYK Percentages of Color #ed813f

%0
%46
%73
%7

Triadic Colors of #ed813f

#ed813f #3fed81 #813fed

Analogous Colors of #ed813f

#ed813f #edd83f #ed3f54

Monochromatic Colors of #ed813f

#ed813f

Complementary Color

#ed813f #3fabed

#ed813f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed813f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed813f Color CSS Codes

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

#ed813f Text Font Color

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

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


#ed813f Background Color

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

This div background color is #ed813f


#ed813f Border Color

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

This div border color is #ed813f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed813f


Comments

No comments written yet.

Please login to write comment.