Color Hex Logo

#ee806b Color Hex

#EE806B
(238,128,107)
0 Favorites   0 Comments

Color spaces of #ee806b

RGB 238128107
HSL0.030.790.68
HSV10°55°93°
CMYK 0.000.460.55   0.07
XYZ45.632934.677018.1981
Yxy34.67700.46320.3520
Hunter Lab58.887235.270822.8984
CIE-Lab65.496440.238730.3439

#ee806b color RGB value is (238,128,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000000 01101011
Octal 356 200 153
Decimal 238 128 107
Hex EE 80 6B

RGB Percentages of Color #ee806b

%50.32
%27.06
%22.62

CMYK Percentages of Color #ee806b

%0
%46
%55
%7

Triadic Colors of #ee806b

#ee806b #6bee80 #806bee

Analogous Colors of #ee806b

#ee806b #eec26b #ee6b98

Monochromatic Colors of #ee806b

#ee806b

Complementary Color

#ee806b #6bd9ee

#ee806b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee806b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee806b Color CSS Codes

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

#ee806b Text Font Color

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

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


#ee806b Background Color

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

This div background color is #ee806b


#ee806b Border Color

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

This div border color is #ee806b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee806b

#ee806b Color Palettes


Comments

No comments written yet.

Please login to write comment.