Color Hex Logo

#eaeb80 Color Hex

#EAEB80
(234,235,128)
0 Favorites   0 Comments

Color spaces of #eaeb80

RGB 234235128
HSL0.170.730.71
HSV61°46°92°
CMYK 0.000.000.46   0.08
XYZ67.536378.467632.0083
Yxy78.46760.37940.4408
Hunter Lab88.5819-18.927140.5834
CIE-Lab90.9929-15.003451.4870

#eaeb80 color RGB value is (234,235,128).

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

The process color (four color CMYK) of #eaeb80 color hex is 0.00, 0.00, 0.46, 0.08. Web safe color of #eaeb80 is #ffff99. Color #eaeb80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101011 10000000
Octal 352 353 200
Decimal 234 235 128
Hex EA EB 80

RGB Percentages of Color #eaeb80

%39.20
%39.36
%21.44

CMYK Percentages of Color #eaeb80

%0
%0
%46
%8

Triadic Colors of #eaeb80

#eaeb80 #80eaeb #eb80ea

Analogous Colors of #eaeb80

#eaeb80 #b5eb80 #ebb780

Monochromatic Colors of #eaeb80

#eaeb80

Complementary Color

#eaeb80 #8180eb

#eaeb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaeb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaeb80 Color CSS Codes

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

#eaeb80 Text Font Color

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

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


#eaeb80 Background Color

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

This div background color is #eaeb80


#eaeb80 Border Color

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

This div border color is #eaeb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaeb80


Comments

No comments written yet.

Please login to write comment.