Color Hex Logo

#eaf03b Color Hex

#EAF03B
(234,240,59)
0 Favorites   0 Comments

Color spaces of #eaf03b

RGB 23424059
HSL0.170.860.59
HSV62°75°94°
CMYK 0.030.000.75   0.06
XYZ65.881280.128416.1317
Yxy80.12840.40630.4942
Hunter Lab89.5145-25.277251.9753
CIE-Lab91.7424-21.909479.9342

#eaf03b color RGB value is (234,240,59).

#eaf03b hex color red value is 234, green value is 240 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #eaf03b hue: 0.17 , saturation: 0.86 and the lightness value of eaf03b is 0.59.

The process color (four color CMYK) of #eaf03b color hex is 0.03, 0.00, 0.75, 0.06. Web safe color of #eaf03b is #ffff33. Color #eaf03b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110000 00111011
Octal 352 360 73
Decimal 234 240 59
Hex EA F0 3B

RGB Percentages of Color #eaf03b

%43.90
%45.03
%11.07

CMYK Percentages of Color #eaf03b

%3
%0
%75
%6

Triadic Colors of #eaf03b

#eaf03b #3beaf0 #f03bea

Analogous Colors of #eaf03b

#eaf03b #90f03b #f09c3b

Monochromatic Colors of #eaf03b

#eaf03b

Complementary Color

#eaf03b #413bf0

#eaf03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf03b Color CSS Codes

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

#eaf03b Text Font Color

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

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


#eaf03b Background Color

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

This div background color is #eaf03b


#eaf03b Border Color

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

This div border color is #eaf03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf03b


Comments

No comments written yet.

Please login to write comment.