Color Hex Logo

#ee986b Color Hex

#EE986B
(238,152,107)
0 Favorites   0 Comments

Color spaces of #ee986b

RGB 238152107
HSL0.060.790.68
HSV21°55°93°
CMYK 0.000.360.55   0.07
XYZ49.142041.695219.3678
Yxy41.69520.44590.3783
Hunter Lab64.571822.845727.4167
CIE-Lab70.660327.769636.9356

#ee986b color RGB value is (238,152,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10011000 01101011
Octal 356 230 153
Decimal 238 152 107
Hex EE 98 6B

RGB Percentages of Color #ee986b

%47.89
%30.58
%21.53

CMYK Percentages of Color #ee986b

%0
%36
%55
%7

Triadic Colors of #ee986b

#ee986b #6bee98 #986bee

Analogous Colors of #ee986b

#ee986b #eeda6b #ee6b80

Monochromatic Colors of #ee986b

#ee986b

Complementary Color

#ee986b #6bc1ee

#ee986b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee986b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee986b Color CSS Codes

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

#ee986b Text Font Color

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

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


#ee986b Background Color

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

This div background color is #ee986b


#ee986b Border Color

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

This div border color is #ee986b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee986b


Comments

No comments written yet.

Please login to write comment.