Color Hex Logo

#ed943f Color Hex

#ED943F
(237,148,63)
0 Favorites   0 Comments

Color spaces of #ed943f

RGB 23714863
HSL0.080.830.59
HSV29°73°93°
CMYK 0.000.380.73   0.07
XYZ46.412239.54329.8890
Yxy39.54320.48420.4126
Hunter Lab62.883421.699234.6945
CIE-Lab69.142926.737156.8979

#ed943f color RGB value is (237,148,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010100 00111111
Octal 355 224 77
Decimal 237 148 63
Hex ED 94 3F

RGB Percentages of Color #ed943f

%52.90
%33.04
%14.06

CMYK Percentages of Color #ed943f

%0
%38
%73
%7

Triadic Colors of #ed943f

#ed943f #3fed94 #943fed

Analogous Colors of #ed943f

#ed943f #edeb3f #ed3f41

Monochromatic Colors of #ed943f

#ed943f

Complementary Color

#ed943f #3f98ed

#ed943f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed943f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed943f Color CSS Codes

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

#ed943f Text Font Color

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

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


#ed943f Background Color

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

This div background color is #ed943f


#ed943f Border Color

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

This div border color is #ed943f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed943f


Comments

No comments written yet.

Please login to write comment.