Color Hex Logo

#eaea46 Color Hex

#EAEA46
(234,234,70)
1 Favorites   0 Comments

Color spaces of #eaea46

RGB 23423470
HSL0.170.800.60
HSV60°70°92°
CMYK 0.000.000.70   0.08
XYZ64.460076.780317.2170
Yxy76.78030.40680.4845
Hunter Lab87.6244-22.030949.6874
CIE-Lab90.2204-18.553974.9880

#eaea46 color RGB value is (234,234,70).

#eaea46 hex color red value is 234, green value is 234 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #eaea46 hue: 0.17 , saturation: 0.80 and the lightness value of eaea46 is 0.60.

The process color (four color CMYK) of #eaea46 color hex is 0.00, 0.00, 0.70, 0.08. Web safe color of #eaea46 is #ffff33. Color #eaea46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101010 01000110
Octal 352 352 106
Decimal 234 234 70
Hex EA EA 46

RGB Percentages of Color #eaea46

%43.49
%43.49
%13.01

CMYK Percentages of Color #eaea46

%0
%0
%70
%8

Triadic Colors of #eaea46

#eaea46 #46eaea #ea46ea

Analogous Colors of #eaea46

#eaea46 #98ea46 #ea9846

Monochromatic Colors of #eaea46

#eaea46

Complementary Color

#eaea46 #4646ea

#eaea46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaea46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaea46 Color CSS Codes

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

#eaea46 Text Font Color

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

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


#eaea46 Background Color

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

This div background color is #eaea46


#eaea46 Border Color

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

This div border color is #eaea46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaea46


Comments

No comments written yet.

Please login to write comment.