Color Hex Logo

#eaeb0f Color Hex

#EAEB0F
(234,235,15)
0 Favorites   0 Comments

Color spaces of #eaeb0f

RGB 23423515
HSL0.170.880.49
HSV60°94°92°
CMYK 0.000.000.94   0.08
XYZ63.726276.943611.9448
Yxy76.94360.41760.5042
Hunter Lab87.7175-23.826553.3285
CIE-Lab90.2956-20.551587.5263

#eaeb0f color RGB value is (234,235,15).

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

The process color (four color CMYK) of #eaeb0f color hex is 0.00, 0.00, 0.94, 0.08. Web safe color of #eaeb0f is #ffff00. Color #eaeb0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101011 00001111
Octal 352 353 17
Decimal 234 235 15
Hex EA EB F

RGB Percentages of Color #eaeb0f

%48.35
%48.55
%3.10

CMYK Percentages of Color #eaeb0f

%0
%0
%94
%8

Triadic Colors of #eaeb0f

#eaeb0f #0feaeb #eb0fea

Analogous Colors of #eaeb0f

#eaeb0f #7ceb0f #eb7e0f

Monochromatic Colors of #eaeb0f

#eaeb0f

Complementary Color

#eaeb0f #100feb

#eaeb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaeb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaeb0f Color CSS Codes

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

#eaeb0f Text Font Color

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

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


#eaeb0f Background Color

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

This div background color is #eaeb0f


#eaeb0f Border Color

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

This div border color is #eaeb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaeb0f


Comments

No comments written yet.

Please login to write comment.