Color Hex Logo

#eebd90 Color Hex

#EEBD90
(238,189,144)
0 Favorites   0 Comments

Color spaces of #eebd90

RGB 238189144
HSL0.080.730.75
HSV29°39°93°
CMYK 0.000.210.39   0.07
XYZ58.491556.586034.2249
Yxy56.58600.39180.3790
Hunter Lab75.22377.154425.6811
CIE-Lab79.946211.731829.4395

#eebd90 color RGB value is (238,189,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 10010000
Octal 356 275 220
Decimal 238 189 144
Hex EE BD 90

RGB Percentages of Color #eebd90

%41.68
%33.10
%25.22

CMYK Percentages of Color #eebd90

%0
%21
%39
%7

Triadic Colors of #eebd90

#eebd90 #90eebd #bd90ee

Analogous Colors of #eebd90

#eebd90 #eeec90 #ee9092

Monochromatic Colors of #eebd90

#eebd90

Complementary Color

#eebd90 #90c1ee

#eebd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebd90 Color CSS Codes

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

#eebd90 Text Font Color

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

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


#eebd90 Background Color

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

This div background color is #eebd90


#eebd90 Border Color

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

This div border color is #eebd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebd90


Comments

No comments written yet.

Please login to write comment.