Color Hex Logo

#eeb390 Color Hex

#EEB390
(238,179,144)
0 Favorites   0 Comments

Color spaces of #eeb390

RGB 238179144
HSL0.060.730.75
HSV22°39°93°
CMYK 0.000.250.39   0.07
XYZ56.414052.431033.5324
Yxy52.43100.39620.3683
Hunter Lab72.409312.353023.2295
CIE-Lab77.537817.016526.2107

#eeb390 color RGB value is (238,179,144).

#eeb390 hex color red value is 238, green value is 179 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #eeb390 hue: 0.06 , saturation: 0.73 and the lightness value of eeb390 is 0.75.

The process color (four color CMYK) of #eeb390 color hex is 0.00, 0.25, 0.39, 0.07. Web safe color of #eeb390 is #ffcc99. Color #eeb390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 10010000
Octal 356 263 220
Decimal 238 179 144
Hex EE B3 90

RGB Percentages of Color #eeb390

%42.42
%31.91
%25.67

CMYK Percentages of Color #eeb390

%0
%25
%39
%7

Triadic Colors of #eeb390

#eeb390 #90eeb3 #b390ee

Analogous Colors of #eeb390

#eeb390 #eee290 #ee909c

Monochromatic Colors of #eeb390

#eeb390

Complementary Color

#eeb390 #90cbee

#eeb390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb390 Color CSS Codes

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

#eeb390 Text Font Color

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

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


#eeb390 Background Color

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

This div background color is #eeb390


#eeb390 Border Color

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

This div border color is #eeb390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb390


Comments

No comments written yet.

Please login to write comment.