Color Hex Logo

#ed8312 Color Hex

#ED8312
(237,131,18)
0 Favorites   0 Comments

Color spaces of #ed8312

RGB 23713118
HSL0.090.860.50
HSV31°92°93°
CMYK 0.000.450.92   0.07
XYZ43.150534.28084.9148
Yxy34.28080.52400.4163
Hunter Lab58.549829.090236.0079
CIE-Lab65.184834.349568.7632

#ed8312 color RGB value is (237,131,18).

#ed8312 hex color red value is 237, green value is 131 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ed8312 hue: 0.09 , saturation: 0.86 and the lightness value of ed8312 is 0.50.

The process color (four color CMYK) of #ed8312 color hex is 0.00, 0.45, 0.92, 0.07. Web safe color of #ed8312 is #ff9900. Color #ed8312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000011 00010010
Octal 355 203 22
Decimal 237 131 18
Hex ED 83 12

RGB Percentages of Color #ed8312

%61.40
%33.94
%4.66

CMYK Percentages of Color #ed8312

%0
%45
%92
%7

Triadic Colors of #ed8312

#ed8312 #12ed83 #8312ed

Analogous Colors of #ed8312

#ed8312 #eaed12 #ed1612

Monochromatic Colors of #ed8312

#ed8312

Complementary Color

#ed8312 #127ced

#ed8312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8312 Color CSS Codes

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

#ed8312 Text Font Color

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

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


#ed8312 Background Color

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

This div background color is #ed8312


#ed8312 Border Color

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

This div border color is #ed8312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8312


Comments

No comments written yet.

Please login to write comment.