Color Hex Logo

#eaeb1c Color Hex

#EAEB1C
(234,235,28)
0 Favorites   0 Comments

Color spaces of #eaeb1c

RGB 23423528
HSL0.170.840.52
HSV60°88°92°
CMYK 0.000.000.88   0.08
XYZ63.849676.992912.5945
Yxy76.99290.41610.5018
Hunter Lab87.7456-23.666252.9118
CIE-Lab90.3183-20.367185.8601

#eaeb1c color RGB value is (234,235,28).

#eaeb1c hex color red value is 234, green value is 235 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #eaeb1c hue: 0.17 , saturation: 0.84 and the lightness value of eaeb1c is 0.52.

The process color (four color CMYK) of #eaeb1c color hex is 0.00, 0.00, 0.88, 0.08. Web safe color of #eaeb1c is #ffff33. Color #eaeb1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101011 00011100
Octal 352 353 34
Decimal 234 235 28
Hex EA EB 1C

RGB Percentages of Color #eaeb1c

%47.08
%47.28
%5.63

CMYK Percentages of Color #eaeb1c

%0
%0
%88
%8

Triadic Colors of #eaeb1c

#eaeb1c #1ceaeb #eb1cea

Analogous Colors of #eaeb1c

#eaeb1c #83eb1c #eb851c

Monochromatic Colors of #eaeb1c

#eaeb1c

Complementary Color

#eaeb1c #1d1ceb

#eaeb1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaeb1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaeb1c Color CSS Codes

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

#eaeb1c Text Font Color

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

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


#eaeb1c Background Color

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

This div background color is #eaeb1c


#eaeb1c Border Color

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

This div border color is #eaeb1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaeb1c


Comments

No comments written yet.

Please login to write comment.