Color Hex Logo

#eee126 Color Hex

#EEE126
(238,225,38)
0 Favorites   0 Comments

Color spaces of #eee126

RGB 23822538
HSL0.160.850.54
HSV56°84°93°
CMYK 0.000.050.84   0.07
XYZ62.535072.167512.4675
Yxy72.16750.42490.4904
Hunter Lab84.9515-17.266550.7646
CIE-Lab88.0492-13.612282.2763

#eee126 color RGB value is (238,225,38).

#eee126 hex color red value is 238, green value is 225 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #eee126 hue: 0.16 , saturation: 0.85 and the lightness value of eee126 is 0.54.

The process color (four color CMYK) of #eee126 color hex is 0.00, 0.05, 0.84, 0.07. Web safe color of #eee126 is #ffcc33. Color #eee126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100001 00100110
Octal 356 341 46
Decimal 238 225 38
Hex EE E1 26

RGB Percentages of Color #eee126

%47.50
%44.91
%7.58

CMYK Percentages of Color #eee126

%0
%5
%84
%7

Triadic Colors of #eee126

#eee126 #26eee1 #e126ee

Analogous Colors of #eee126

#eee126 #97ee26 #ee7d26

Monochromatic Colors of #eee126

#eee126

Complementary Color

#eee126 #2633ee

#eee126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee126 Color CSS Codes

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

#eee126 Text Font Color

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

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


#eee126 Background Color

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

This div background color is #eee126


#eee126 Border Color

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

This div border color is #eee126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee126


Comments

No comments written yet.

Please login to write comment.