Color Hex Logo

#eaf91d Color Hex

#EAF91D
(234,249,29)
0 Favorites   0 Comments

Color spaces of #eaf91d

RGB 23424929
HSL0.180.950.55
HSV64°88°98°
CMYK 0.060.000.88   0.02
XYZ68.029185.332514.0477
Yxy85.33250.40640.5097
Hunter Lab92.3756-30.202755.6466
CIE-Lab94.0262-26.995788.6406

#eaf91d color RGB value is (234,249,29).

#eaf91d hex color red value is 234, green value is 249 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #eaf91d hue: 0.18 , saturation: 0.95 and the lightness value of eaf91d is 0.55.

The process color (four color CMYK) of #eaf91d color hex is 0.06, 0.00, 0.88, 0.02. Web safe color of #eaf91d is #ffff33. Color #eaf91d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 00011101
Octal 352 371 35
Decimal 234 249 29
Hex EA F9 1D

RGB Percentages of Color #eaf91d

%45.70
%48.63
%5.66

CMYK Percentages of Color #eaf91d

%6
%0
%88
%2

Triadic Colors of #eaf91d

#eaf91d #1deaf9 #f91dea

Analogous Colors of #eaf91d

#eaf91d #7cf91d #f99a1d

Monochromatic Colors of #eaf91d

#eaf91d

Complementary Color

#eaf91d #2c1df9

#eaf91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf91d Color CSS Codes

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

#eaf91d Text Font Color

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

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


#eaf91d Background Color

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

This div background color is #eaf91d


#eaf91d Border Color

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

This div border color is #eaf91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf91d


Comments

No comments written yet.

Please login to write comment.