Color Hex Logo

#eafa02 Color Hex

#EAFA02
(234,250,2)
0 Favorites   0 Comments

Color spaces of #eafa02

RGB 2342502
HSL0.180.980.49
HSV64°99°98°
CMYK 0.060.000.99   0.02
XYZ68.128285.868013.0409
Yxy85.86800.40790.5141
Hunter Lab92.6650-30.928856.5215
CIE-Lab94.2559-27.768691.5110

#eafa02 color RGB value is (234,250,2).

#eafa02 hex color red value is 234, green value is 250 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #eafa02 hue: 0.18 , saturation: 0.98 and the lightness value of eafa02 is 0.49.

The process color (four color CMYK) of #eafa02 color hex is 0.06, 0.00, 0.99, 0.02. Web safe color of #eafa02 is #ffff00. Color #eafa02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111010 00000010
Octal 352 372 2
Decimal 234 250 2
Hex EA FA 2

RGB Percentages of Color #eafa02

%48.15
%51.44
%0.41

CMYK Percentages of Color #eafa02

%6
%0
%99
%2

Triadic Colors of #eafa02

#eafa02 #02eafa #fa02ea

Analogous Colors of #eafa02

#eafa02 #6efa02 #fa8e02

Monochromatic Colors of #eafa02

#eafa02

Complementary Color

#eafa02 #1202fa

#eafa02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafa02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafa02 Color CSS Codes

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

#eafa02 Text Font Color

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

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


#eafa02 Background Color

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

This div background color is #eafa02


#eafa02 Border Color

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

This div border color is #eafa02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafa02

Related Colors


Comments

No comments written yet.

Please login to write comment.