Color Hex Logo

#ed923f Color Hex

#ED923F
(237,146,63)
0 Favorites   0 Comments

Color spaces of #ed923f

RGB 23714663
HSL0.080.830.59
HSV29°73°93°
CMYK 0.000.380.73   0.07
XYZ46.101138.92129.7854
Yxy38.92120.48630.4105
Hunter Lab62.386922.726534.3711
CIE-Lab68.694127.789856.4392

#ed923f color RGB value is (237,146,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010010 00111111
Octal 355 222 77
Decimal 237 146 63
Hex ED 92 3F

RGB Percentages of Color #ed923f

%53.14
%32.74
%14.13

CMYK Percentages of Color #ed923f

%0
%38
%73
%7

Triadic Colors of #ed923f

#ed923f #3fed92 #923fed

Analogous Colors of #ed923f

#ed923f #ede93f #ed3f43

Monochromatic Colors of #ed923f

#ed923f

Complementary Color

#ed923f #3f9aed

#ed923f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed923f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed923f Color CSS Codes

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

#ed923f Text Font Color

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

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


#ed923f Background Color

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

This div background color is #ed923f


#ed923f Border Color

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

This div border color is #ed923f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,146,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 #ed923f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed923f


Comments

No comments written yet.

Please login to write comment.