Color Hex Logo

#eae41d Color Hex

#EAE41D
(234,228,29)
0 Favorites   0 Comments

Color spaces of #eae41d

RGB 23422829
HSL0.160.830.52
HSV58°88°92°
CMYK 0.000.030.88   0.08
XYZ61.896973.067912.0036
Yxy73.06790.42120.4972
Hunter Lab85.4798-20.335651.5100
CIE-Lab88.4801-16.953984.2391

#eae41d color RGB value is (234,228,29).

#eae41d hex color red value is 234, green value is 228 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #eae41d hue: 0.16 , saturation: 0.83 and the lightness value of eae41d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100100 00011101
Octal 352 344 35
Decimal 234 228 29
Hex EA E4 1D

RGB Percentages of Color #eae41d

%47.66
%46.44
%5.91

CMYK Percentages of Color #eae41d

%0
%3
%88
%8

Triadic Colors of #eae41d

#eae41d #1deae4 #e41dea

Analogous Colors of #eae41d

#eae41d #8aea1d #ea7e1d

Monochromatic Colors of #eae41d

#eae41d

Complementary Color

#eae41d #1d23ea

#eae41d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae41d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae41d Color CSS Codes

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

#eae41d Text Font Color

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

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


#eae41d Background Color

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

This div background color is #eae41d


#eae41d Border Color

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

This div border color is #eae41d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae41d


Comments

No comments written yet.

Please login to write comment.