Color Hex Logo

#eaf954 Color Hex

#EAF954
(234,249,84)
0 Favorites   0 Comments

Color spaces of #eaf954

RGB 23424984
HSL0.180.930.65
HSV65°66°98°
CMYK 0.060.000.66   0.02
XYZ69.407685.883921.3066
Yxy85.88390.39300.4863
Hunter Lab92.6736-28.491751.2401
CIE-Lab94.2627-25.014273.9949

#eaf954 color RGB value is (234,249,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 01010100
Octal 352 371 124
Decimal 234 249 84
Hex EA F9 54

RGB Percentages of Color #eaf954

%41.27
%43.92
%14.81

CMYK Percentages of Color #eaf954

%6
%0
%66
%2

Triadic Colors of #eaf954

#eaf954 #54eaf9 #f954ea

Analogous Colors of #eaf954

#eaf954 #98f954 #f9b654

Monochromatic Colors of #eaf954

#eaf954

Complementary Color

#eaf954 #6354f9

#eaf954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf954 Color CSS Codes

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

#eaf954 Text Font Color

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

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


#eaf954 Background Color

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

This div background color is #eaf954


#eaf954 Border Color

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

This div border color is #eaf954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf954


Comments

No comments written yet.

Please login to write comment.