Color Hex Logo

#eaeb74 Color Hex

#EAEB74
(234,235,116)
0 Favorites   0 Comments

Color spaces of #eaeb74

RGB 234235116
HSL0.170.750.69
HSV61°51°92°
CMYK 0.000.000.51   0.08
XYZ66.792478.170028.0910
Yxy78.17000.38600.4517
Hunter Lab88.4138-19.875943.0519
CIE-Lab90.8574-16.063956.9162

#eaeb74 color RGB value is (234,235,116).

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

The process color (four color CMYK) of #eaeb74 color hex is 0.00, 0.00, 0.51, 0.08. Web safe color of #eaeb74 is #ffff66. Color #eaeb74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101011 01110100
Octal 352 353 164
Decimal 234 235 116
Hex EA EB 74

RGB Percentages of Color #eaeb74

%40.00
%40.17
%19.83

CMYK Percentages of Color #eaeb74

%0
%0
%51
%8

Triadic Colors of #eaeb74

#eaeb74 #74eaeb #eb74ea

Analogous Colors of #eaeb74

#eaeb74 #afeb74 #ebb174

Monochromatic Colors of #eaeb74

#eaeb74

Complementary Color

#eaeb74 #7574eb

#eaeb74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaeb74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaeb74 Color CSS Codes

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

#eaeb74 Text Font Color

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

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


#eaeb74 Background Color

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

This div background color is #eaeb74


#eaeb74 Border Color

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

This div border color is #eaeb74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaeb74


Comments

No comments written yet.

Please login to write comment.