Color Hex Logo

#eaf434 Color Hex

#EAF434
(234,244,52)
0 Favorites   0 Comments

Color spaces of #eaf434

RGB 23424452
HSL0.180.900.58
HSV63°79°96°
CMYK 0.040.000.79   0.04
XYZ66.902282.441715.6355
Yxy82.44170.40550.4997
Hunter Lab90.7974-27.371453.3483
CIE-Lab92.7695-24.062082.8013

#eaf434 color RGB value is (234,244,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110100 00110100
Octal 352 364 64
Decimal 234 244 52
Hex EA F4 34

RGB Percentages of Color #eaf434

%44.15
%46.04
%9.81

CMYK Percentages of Color #eaf434

%4
%0
%79
%4

Triadic Colors of #eaf434

#eaf434 #34eaf4 #f434ea

Analogous Colors of #eaf434

#eaf434 #8af434 #f49e34

Monochromatic Colors of #eaf434

#eaf434

Complementary Color

#eaf434 #3e34f4

#eaf434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf434 Color CSS Codes

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

#eaf434 Text Font Color

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

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


#eaf434 Background Color

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

This div background color is #eaf434


#eaf434 Border Color

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

This div border color is #eaf434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf434


Comments

No comments written yet.

Please login to write comment.