Color Hex Logo

#eee26d Color Hex

#EEE26D
(238,226,109)
0 Favorites   0 Comments

Color spaces of #eee26d

RGB 238226109
HSL0.150.790.68
HSV54°54°93°
CMYK 0.000.050.54   0.07
XYZ65.216673.674025.2512
Yxy73.67400.39730.4488
Hunter Lab85.8336-14.583942.6411
CIE-Lab88.7682-10.582357.7578

#eee26d color RGB value is (238,226,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100010 01101101
Octal 356 342 155
Decimal 238 226 109
Hex EE E2 6D

RGB Percentages of Color #eee26d

%41.54
%39.44
%19.02

CMYK Percentages of Color #eee26d

%0
%5
%54
%7

Triadic Colors of #eee26d

#eee26d #6deee2 #e26dee

Analogous Colors of #eee26d

#eee26d #baee6d #eea26d

Monochromatic Colors of #eee26d

#eee26d

Complementary Color

#eee26d #6d79ee

#eee26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee26d Color CSS Codes

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

#eee26d Text Font Color

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

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


#eee26d Background Color

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

This div background color is #eee26d


#eee26d Border Color

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

This div border color is #eee26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee26d

#eee26d Color Palettes


Comments

No comments written yet.

Please login to write comment.