Color Hex Logo

#eafe0b Color Hex

#EAFE0B
(234,254,11)
0 Favorites   0 Comments

Color spaces of #eafe0b

RGB 23425411
HSL0.180.990.52
HSV65°96°100°
CMYK 0.080.000.96   0.00
XYZ69.433988.400213.7200
Yxy88.40020.40470.5153
Hunter Lab94.0214-32.716957.1631
CIE-Lab95.3292-29.554391.6791

#eafe0b color RGB value is (234,254,11).

#eafe0b hex color red value is 234, green value is 254 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eafe0b hue: 0.18 , saturation: 0.99 and the lightness value of eafe0b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111110 00001011
Octal 352 376 13
Decimal 234 254 11
Hex EA FE B

RGB Percentages of Color #eafe0b

%46.89
%50.90
%2.20

CMYK Percentages of Color #eafe0b

%8
%0
%96
%0

Triadic Colors of #eafe0b

#eafe0b #0beafe #fe0bea

Analogous Colors of #eafe0b

#eafe0b #71fe0b #fe990b

Monochromatic Colors of #eafe0b

#eafe0b

Complementary Color

#eafe0b #1f0bfe

#eafe0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafe0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafe0b Color CSS Codes

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

#eafe0b Text Font Color

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

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


#eafe0b Background Color

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

This div background color is #eafe0b


#eafe0b Border Color

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

This div border color is #eafe0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafe0b


Comments

No comments written yet.

Please login to write comment.