Color Hex Logo

#eae31c Color Hex

#EAE31C
(234,227,28)
0 Favorites   0 Comments

Color spaces of #eae31c

RGB 23422728
HSL0.160.830.51
HSV58°88°92°
CMYK 0.000.030.88   0.08
XYZ61.610472.514411.8481
Yxy72.51440.42210.4968
Hunter Lab85.1554-19.876251.3595
CIE-Lab88.2156-16.483684.1990

#eae31c color RGB value is (234,227,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100011 00011100
Octal 352 343 34
Decimal 234 227 28
Hex EA E3 1C

RGB Percentages of Color #eae31c

%47.85
%46.42
%5.73

CMYK Percentages of Color #eae31c

%0
%3
%88
%8

Triadic Colors of #eae31c

#eae31c #1ceae3 #e31cea

Analogous Colors of #eae31c

#eae31c #8aea1c #ea7c1c

Monochromatic Colors of #eae31c

#eae31c

Complementary Color

#eae31c #1c23ea

#eae31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae31c Color CSS Codes

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

#eae31c Text Font Color

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

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


#eae31c Background Color

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

This div background color is #eae31c


#eae31c Border Color

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

This div border color is #eae31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae31c


Comments

No comments written yet.

Please login to write comment.