Color Hex Logo

#ee982f Color Hex

#EE982F
(238,152,47)
0 Favorites   0 Comments

Color spaces of #ee982f

RGB 23815247
HSL0.090.850.56
HSV33°80°93°
CMYK 0.000.360.80   0.07
XYZ47.001240.83898.0948
Yxy40.83890.48990.4257
Hunter Lab63.905319.449237.2235
CIE-Lab70.062924.430364.2877

#ee982f color RGB value is (238,152,47).

#ee982f hex color red value is 238, green value is 152 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ee982f hue: 0.09 , saturation: 0.85 and the lightness value of ee982f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10011000 00101111
Octal 356 230 57
Decimal 238 152 47
Hex EE 98 2F

RGB Percentages of Color #ee982f

%54.46
%34.78
%10.76

CMYK Percentages of Color #ee982f

%0
%36
%80
%7

Triadic Colors of #ee982f

#ee982f #2fee98 #982fee

Analogous Colors of #ee982f

#ee982f #e5ee2f #ee382f

Monochromatic Colors of #ee982f

#ee982f

Complementary Color

#ee982f #2f85ee

#ee982f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee982f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee982f Color CSS Codes

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

#ee982f Text Font Color

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

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


#ee982f Background Color

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

This div background color is #ee982f


#ee982f Border Color

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

This div border color is #ee982f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee982f


Comments

No comments written yet.

Please login to write comment.