Color Hex Logo

#ee986d Color Hex

#EE986D
(238,152,109)
0 Favorites   0 Comments

Color spaces of #ee986d

RGB 238152109
HSL0.060.790.68
HSV20°54°93°
CMYK 0.000.360.54   0.07
XYZ49.248441.737719.9285
Yxy41.73770.44400.3763
Hunter Lab64.604723.012926.9342
CIE-Lab70.689727.932135.9112

#ee986d color RGB value is (238,152,109).

#ee986d hex color red value is 238, green value is 152 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ee986d hue: 0.06 , saturation: 0.79 and the lightness value of ee986d is 0.68.

The process color (four color CMYK) of #ee986d color hex is 0.00, 0.36, 0.54, 0.07. Web safe color of #ee986d is #ff9966. Color #ee986d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10011000 01101101
Octal 356 230 155
Decimal 238 152 109
Hex EE 98 6D

RGB Percentages of Color #ee986d

%47.70
%30.46
%21.84

CMYK Percentages of Color #ee986d

%0
%36
%54
%7

Triadic Colors of #ee986d

#ee986d #6dee98 #986dee

Analogous Colors of #ee986d

#ee986d #eed96d #ee6d83

Monochromatic Colors of #ee986d

#ee986d

Complementary Color

#ee986d #6dc3ee

#ee986d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee986d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee986d Color CSS Codes

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

#ee986d Text Font Color

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

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


#ee986d Background Color

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

This div background color is #ee986d


#ee986d Border Color

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

This div border color is #ee986d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,152,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee986d


Comments

No comments written yet.

Please login to write comment.