Color Hex Logo

#ee8466 Color Hex

#EE8466
(238,132,102)
0 Favorites   0 Comments

Color spaces of #ee8466

RGB 238132102
HSL0.040.800.67
HSV13°57°93°
CMYK 0.000.450.57   0.07
XYZ45.909435.639017.0297
Yxy35.63900.46570.3615
Hunter Lab59.698432.798224.8757
CIE-Lab66.243237.809134.0415

#ee8466 color RGB value is (238,132,102).

#ee8466 hex color red value is 238, green value is 132 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ee8466 hue: 0.04 , saturation: 0.80 and the lightness value of ee8466 is 0.67.

The process color (four color CMYK) of #ee8466 color hex is 0.00, 0.45, 0.57, 0.07. Web safe color of #ee8466 is #ff9966. Color #ee8466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000100 01100110
Octal 356 204 146
Decimal 238 132 102
Hex EE 84 66

RGB Percentages of Color #ee8466

%50.42
%27.97
%21.61

CMYK Percentages of Color #ee8466

%0
%45
%57
%7

Triadic Colors of #ee8466

#ee8466 #66ee84 #8466ee

Analogous Colors of #ee8466

#ee8466 #eec866 #ee668c

Monochromatic Colors of #ee8466

#ee8466

Complementary Color

#ee8466 #66d0ee

#ee8466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8466 Color CSS Codes

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

#ee8466 Text Font Color

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

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


#ee8466 Background Color

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

This div background color is #ee8466


#ee8466 Border Color

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

This div border color is #ee8466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8466


Comments

No comments written yet.

Please login to write comment.