Color Hex Logo

#eaf811 Color Hex

#EAF811
(234,248,17)
0 Favorites   0 Comments

Color spaces of #eaf811

RGB 23424817
HSL0.180.940.52
HSV64°93°97°
CMYK 0.060.000.93   0.03
XYZ67.600384.667713.3099
Yxy84.66770.40830.5113
Hunter Lab92.0151-29.888555.8343
CIE-Lab93.7397-26.702689.9478

#eaf811 color RGB value is (234,248,17).

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

The process color (four color CMYK) of #eaf811 color hex is 0.06, 0.00, 0.93, 0.03. Web safe color of #eaf811 is #ffff00. Color #eaf811 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111000 00010001
Octal 352 370 21
Decimal 234 248 17
Hex EA F8 11

RGB Percentages of Color #eaf811

%46.89
%49.70
%3.41

CMYK Percentages of Color #eaf811

%6
%0
%93
%3

Triadic Colors of #eaf811

#eaf811 #11eaf8 #f811ea

Analogous Colors of #eaf811

#eaf811 #77f811 #f89311

Monochromatic Colors of #eaf811

#eaf811

Complementary Color

#eaf811 #1f11f8

#eaf811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf811 Color CSS Codes

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

#eaf811 Text Font Color

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

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


#eaf811 Background Color

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

This div background color is #eaf811


#eaf811 Border Color

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

This div border color is #eaf811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf811


Comments

No comments written yet.

Please login to write comment.