Color Hex Logo

#ee8150 Color Hex

#EE8150
(238,129,80)
0 Favorites   0 Comments

Color spaces of #ee8150

RGB 23812980
HSL0.050.820.62
HSV19°66°93°
CMYK 0.000.460.66   0.07
XYZ44.558134.456811.8918
Yxy34.45680.49020.3790
Hunter Lab58.699932.771429.0786
CIE-Lab65.323537.885544.6127

#ee8150 color RGB value is (238,129,80).

#ee8150 hex color red value is 238, green value is 129 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ee8150 hue: 0.05 , saturation: 0.82 and the lightness value of ee8150 is 0.62.

The process color (four color CMYK) of #ee8150 color hex is 0.00, 0.46, 0.66, 0.07. Web safe color of #ee8150 is #ff9966. Color #ee8150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000001 01010000
Octal 356 201 120
Decimal 238 129 80
Hex EE 81 50

RGB Percentages of Color #ee8150

%53.24
%28.86
%17.90

CMYK Percentages of Color #ee8150

%0
%46
%66
%7

Triadic Colors of #ee8150

#ee8150 #50ee81 #8150ee

Analogous Colors of #ee8150

#ee8150 #eed050 #ee506e

Monochromatic Colors of #ee8150

#ee8150

Complementary Color

#ee8150 #50bdee

#ee8150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8150 Color CSS Codes

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

#ee8150 Text Font Color

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

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


#ee8150 Background Color

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

This div background color is #ee8150


#ee8150 Border Color

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

This div border color is #ee8150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8150


Comments

No comments written yet.

Please login to write comment.