Color Hex Logo

#eaf64b Color Hex

#EAF64B
(234,246,75)
0 Favorites   0 Comments

Color spaces of #eaf64b

RGB 23424675
HSL0.180.900.63
HSV64°70°96°
CMYK 0.050.000.70   0.04
XYZ68.157583.912019.2610
Yxy83.91200.39780.4898
Hunter Lab91.6035-27.493351.6558
CIE-Lab93.4123-24.068176.3703

#eaf64b color RGB value is (234,246,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110110 01001011
Octal 352 366 113
Decimal 234 246 75
Hex EA F6 4B

RGB Percentages of Color #eaf64b

%42.16
%44.32
%13.51

CMYK Percentages of Color #eaf64b

%5
%0
%70
%4

Triadic Colors of #eaf64b

#eaf64b #4beaf6 #f64bea

Analogous Colors of #eaf64b

#eaf64b #95f64b #f6ad4b

Monochromatic Colors of #eaf64b

#eaf64b

Complementary Color

#eaf64b #574bf6

#eaf64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf64b Color CSS Codes

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

#eaf64b Text Font Color

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

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


#eaf64b Background Color

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

This div background color is #eaf64b


#eaf64b Border Color

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

This div border color is #eaf64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf64b

Related Colors


Comments

No comments written yet.

Please login to write comment.