Color Hex Logo

#eaf915 Color Hex

#EAF915
(234,249,21)
0 Favorites   0 Comments

Color spaces of #eaf915

RGB 23424921
HSL0.180.950.53
HSV64°92°98°
CMYK 0.060.000.92   0.02
XYZ67.942785.297913.5927
Yxy85.29790.40720.5113
Hunter Lab92.3569-30.310355.9237
CIE-Lab94.0113-27.121089.7180

#eaf915 color RGB value is (234,249,21).

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

The process color (four color CMYK) of #eaf915 color hex is 0.06, 0.00, 0.92, 0.02. Web safe color of #eaf915 is #ffff00. Color #eaf915 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 00010101
Octal 352 371 25
Decimal 234 249 21
Hex EA F9 15

RGB Percentages of Color #eaf915

%46.43
%49.40
%4.17

CMYK Percentages of Color #eaf915

%6
%0
%92
%2

Triadic Colors of #eaf915

#eaf915 #15eaf9 #f915ea

Analogous Colors of #eaf915

#eaf915 #78f915 #f99615

Monochromatic Colors of #eaf915

#eaf915

Complementary Color

#eaf915 #2415f9

#eaf915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf915 Color CSS Codes

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

#eaf915 Text Font Color

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

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


#eaf915 Background Color

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

This div background color is #eaf915


#eaf915 Border Color

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

This div border color is #eaf915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf915


Comments

No comments written yet.

Please login to write comment.