Color Hex Logo

#eaf448 Color Hex

#EAF448
(234,244,72)
0 Favorites   0 Comments

Color spaces of #eaf448

RGB 23424472
HSL0.180.890.62
HSV63°70°96°
CMYK 0.040.000.70   0.04
XYZ67.452182.661718.5311
Yxy82.66170.40000.4902
Hunter Lab90.9185-26.678851.5584
CIE-Lab92.8661-23.263476.8652

#eaf448 color RGB value is (234,244,72).

#eaf448 hex color red value is 234, green value is 244 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #eaf448 hue: 0.18 , saturation: 0.89 and the lightness value of eaf448 is 0.62.

The process color (four color CMYK) of #eaf448 color hex is 0.04, 0.00, 0.70, 0.04. Web safe color of #eaf448 is #ffff33. Color #eaf448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110100 01001000
Octal 352 364 110
Decimal 234 244 72
Hex EA F4 48

RGB Percentages of Color #eaf448

%42.55
%44.36
%13.09

CMYK Percentages of Color #eaf448

%4
%0
%70
%4

Triadic Colors of #eaf448

#eaf448 #48eaf4 #f448ea

Analogous Colors of #eaf448

#eaf448 #94f448 #f4a848

Monochromatic Colors of #eaf448

#eaf448

Complementary Color

#eaf448 #5248f4

#eaf448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf448 Color CSS Codes

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

#eaf448 Text Font Color

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

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


#eaf448 Background Color

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

This div background color is #eaf448


#eaf448 Border Color

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

This div border color is #eaf448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf448

Related Colors


Comments

No comments written yet.

Please login to write comment.