Color Hex Logo

#eee35e Color Hex

#EEE35E
(238,227,94)
0 Favorites   0 Comments

Color spaces of #eee35e

RGB 23822794
HSL0.150.810.65
HSV55°61°93°
CMYK 0.000.050.61   0.07
XYZ64.749473.923521.4457
Yxy73.92350.40440.4617
Hunter Lab85.9788-16.037045.3964
CIE-Lab88.8863-12.147164.4732

#eee35e color RGB value is (238,227,94).

#eee35e hex color red value is 238, green value is 227 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eee35e hue: 0.15 , saturation: 0.81 and the lightness value of eee35e is 0.65.

The process color (four color CMYK) of #eee35e color hex is 0.00, 0.05, 0.61, 0.07. Web safe color of #eee35e is #ffcc66. Color #eee35e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100011 01011110
Octal 356 343 136
Decimal 238 227 94
Hex EE E3 5E

RGB Percentages of Color #eee35e

%42.58
%40.61
%16.82

CMYK Percentages of Color #eee35e

%0
%5
%61
%7

Triadic Colors of #eee35e

#eee35e #5eeee3 #e35eee

Analogous Colors of #eee35e

#eee35e #b1ee5e #ee9b5e

Monochromatic Colors of #eee35e

#eee35e

Complementary Color

#eee35e #5e69ee

#eee35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee35e Color CSS Codes

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

#eee35e Text Font Color

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

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


#eee35e Background Color

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

This div background color is #eee35e


#eee35e Border Color

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

This div border color is #eee35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee35e


Comments

No comments written yet.

Please login to write comment.