Color Hex Logo

#eee97d Color Hex

#EEE97D
(238,233,125)
0 Favorites   0 Comments

Color spaces of #eee97d

RGB 238233125
HSL0.160.770.71
HSV57°47°93°
CMYK 0.000.020.47   0.07
XYZ68.100577.935630.8558
Yxy77.93560.38500.4406
Hunter Lab88.2811-16.796241.0739
CIE-Lab90.7505-12.719852.6848

#eee97d color RGB value is (238,233,125).

#eee97d hex color red value is 238, green value is 233 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eee97d hue: 0.16 , saturation: 0.77 and the lightness value of eee97d is 0.71.

The process color (four color CMYK) of #eee97d color hex is 0.00, 0.02, 0.47, 0.07. Web safe color of #eee97d is #ffff66. Color #eee97d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101001 01111101
Octal 356 351 175
Decimal 238 233 125
Hex EE E9 7D

RGB Percentages of Color #eee97d

%39.93
%39.09
%20.97

CMYK Percentages of Color #eee97d

%0
%2
%47
%7

Triadic Colors of #eee97d

#eee97d #7deee9 #e97dee

Analogous Colors of #eee97d

#eee97d #bbee7d #eeb17d

Monochromatic Colors of #eee97d

#eee97d

Complementary Color

#eee97d #7d82ee

#eee97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee97d Color CSS Codes

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

#eee97d Text Font Color

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

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


#eee97d Background Color

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

This div background color is #eee97d


#eee97d Border Color

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

This div border color is #eee97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee97d


Comments

No comments written yet.

Please login to write comment.