Color Hex Logo

#eaeb4b Color Hex

#EAEB4B
(234,235,75)
0 Favorites   0 Comments

Color spaces of #eaeb4b

RGB 23423575
HSL0.170.800.61
HSV60°68°92°
CMYK 0.000.000.68   0.08
XYZ64.910077.417118.1785
Yxy77.41710.40440.4823
Hunter Lab87.9870-22.293749.3413
CIE-Lab90.5132-18.796373.5160

#eaeb4b color RGB value is (234,235,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101011 01001011
Octal 352 353 113
Decimal 234 235 75
Hex EA EB 4B

RGB Percentages of Color #eaeb4b

%43.01
%43.20
%13.79

CMYK Percentages of Color #eaeb4b

%0
%0
%68
%8

Triadic Colors of #eaeb4b

#eaeb4b #4beaeb #eb4bea

Analogous Colors of #eaeb4b

#eaeb4b #9aeb4b #eb9c4b

Monochromatic Colors of #eaeb4b

#eaeb4b

Complementary Color

#eaeb4b #4c4beb

#eaeb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaeb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaeb4b Color CSS Codes

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

#eaeb4b Text Font Color

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

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


#eaeb4b Background Color

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

This div background color is #eaeb4b


#eaeb4b Border Color

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

This div border color is #eaeb4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaeb4b


Comments

No comments written yet.

Please login to write comment.