Color Hex Logo

#eead26 Color Hex

#EEAD26
(238,173,38)
0 Favorites   0 Comments

Color spaces of #eead26

RGB 23817338
HSL0.110.850.54
HSV41°84°93°
CMYK 0.000.270.84   0.07
XYZ50.553348.20428.4736
Yxy48.20420.47140.4495
Hunter Lab69.42928.469541.3643
CIE-Lab74.953513.069671.4280

#eead26 color RGB value is (238,173,38).

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

The process color (four color CMYK) of #eead26 color hex is 0.00, 0.27, 0.84, 0.07. Web safe color of #eead26 is #ff9933. Color #eead26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 00100110
Octal 356 255 46
Decimal 238 173 38
Hex EE AD 26

RGB Percentages of Color #eead26

%53.01
%38.53
%8.46

CMYK Percentages of Color #eead26

%0
%27
%84
%7

Triadic Colors of #eead26

#eead26 #26eead #ad26ee

Analogous Colors of #eead26

#eead26 #cbee26 #ee4926

Monochromatic Colors of #eead26

#eead26

Complementary Color

#eead26 #2667ee

#eead26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eead26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eead26 Color CSS Codes

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

#eead26 Text Font Color

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

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


#eead26 Background Color

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

This div background color is #eead26


#eead26 Border Color

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

This div border color is #eead26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eead26


Comments

No comments written yet.

Please login to write comment.