Color Hex Logo

#eaf311 Color Hex

#EAF311
(234,243,17)
0 Favorites   0 Comments

Color spaces of #eaf311

RGB 23424317
HSL0.170.900.51
HSV62°93°95°
CMYK 0.040.000.93   0.05
XYZ66.083581.634112.8043
Yxy81.63410.41170.5086
Hunter Lab90.3516-27.559754.8437
CIE-Lab92.4131-24.347888.9337

#eaf311 color RGB value is (234,243,17).

#eaf311 hex color red value is 234, green value is 243 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #eaf311 hue: 0.17 , saturation: 0.90 and the lightness value of eaf311 is 0.51.

The process color (four color CMYK) of #eaf311 color hex is 0.04, 0.00, 0.93, 0.05. Web safe color of #eaf311 is #ffff00. Color #eaf311 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110011 00010001
Octal 352 363 21
Decimal 234 243 17
Hex EA F3 11

RGB Percentages of Color #eaf311

%47.37
%49.19
%3.44

CMYK Percentages of Color #eaf311

%4
%0
%93
%5

Triadic Colors of #eaf311

#eaf311 #11eaf3 #f311ea

Analogous Colors of #eaf311

#eaf311 #79f311 #f38b11

Monochromatic Colors of #eaf311

#eaf311

Complementary Color

#eaf311 #1a11f3

#eaf311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf311 Color CSS Codes

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

#eaf311 Text Font Color

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

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


#eaf311 Background Color

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

This div background color is #eaf311


#eaf311 Border Color

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

This div border color is #eaf311


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,243,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 #eaf311">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf311


Comments

No comments written yet.

Please login to write comment.