Color Hex Logo

#eae326 Color Hex

#EAE326
(234,227,38)
0 Favorites   0 Comments

Color spaces of #eae326

RGB 23422738
HSL0.160.820.53
HSV58°84°92°
CMYK 0.000.030.84   0.08
XYZ61.750672.570512.5866
Yxy72.57050.42030.4940
Hunter Lab85.1883-19.690050.8717
CIE-Lab88.2425-16.271482.3014

#eae326 color RGB value is (234,227,38).

#eae326 hex color red value is 234, green value is 227 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #eae326 hue: 0.16 , saturation: 0.82 and the lightness value of eae326 is 0.53.

The process color (four color CMYK) of #eae326 color hex is 0.00, 0.03, 0.84, 0.08. Web safe color of #eae326 is #ffcc33. Color #eae326 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100011 00100110
Octal 352 343 46
Decimal 234 227 38
Hex EA E3 26

RGB Percentages of Color #eae326

%46.89
%45.49
%7.62

CMYK Percentages of Color #eae326

%0
%3
%84
%8

Triadic Colors of #eae326

#eae326 #26eae3 #e326ea

Analogous Colors of #eae326

#eae326 #8fea26 #ea8126

Monochromatic Colors of #eae326

#eae326

Complementary Color

#eae326 #262dea

#eae326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae326 Color CSS Codes

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

#eae326 Text Font Color

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

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


#eae326 Background Color

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

This div background color is #eae326


#eae326 Border Color

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

This div border color is #eae326


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae326


Comments

No comments written yet.

Please login to write comment.