Color Hex Logo

#eaf973 Color Hex

#EAF973
(234,249,115)
0 Favorites   0 Comments

Color spaces of #eaf973

RGB 234249115
HSL0.190.920.71
HSV67°54°98°
CMYK 0.060.000.54   0.02
XYZ70.901986.481629.1753
Yxy86.48160.38010.4636
Hunter Lab92.9955-26.649646.4959
CIE-Lab94.5179-22.905861.6098

#eaf973 color RGB value is (234,249,115).

#eaf973 hex color red value is 234, green value is 249 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #eaf973 hue: 0.19 , saturation: 0.92 and the lightness value of eaf973 is 0.71.

The process color (four color CMYK) of #eaf973 color hex is 0.06, 0.00, 0.54, 0.02. Web safe color of #eaf973 is #ffff66. Color #eaf973 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 01110011
Octal 352 371 163
Decimal 234 249 115
Hex EA F9 73

RGB Percentages of Color #eaf973

%39.13
%41.64
%19.23

CMYK Percentages of Color #eaf973

%6
%0
%54
%2

Triadic Colors of #eaf973

#eaf973 #73eaf9 #f973ea

Analogous Colors of #eaf973

#eaf973 #a7f973 #f9c573

Monochromatic Colors of #eaf973

#eaf973

Complementary Color

#eaf973 #8273f9

#eaf973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf973 Color CSS Codes

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

#eaf973 Text Font Color

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

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


#eaf973 Background Color

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

This div background color is #eaf973


#eaf973 Border Color

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

This div border color is #eaf973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf973

Related Colors


Comments

No comments written yet.

Please login to write comment.