Color Hex Logo

#eafd03 Color Hex

#EAFD03
(234,253,3)
0 Favorites   0 Comments

Color spaces of #eafd03

RGB 2342533
HSL0.180.980.50
HSV65°99°99°
CMYK 0.080.000.99   0.01
XYZ69.073487.749613.3830
Yxy87.74960.40580.5155
Hunter Lab93.6748-32.309457.1018
CIE-Lab95.0554-29.154992.0348

#eafd03 color RGB value is (234,253,3).

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

The process color (four color CMYK) of #eafd03 color hex is 0.08, 0.00, 0.99, 0.01. Web safe color of #eafd03 is #ffff00. Color #eafd03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 00000011
Octal 352 375 3
Decimal 234 253 3
Hex EA FD 3

RGB Percentages of Color #eafd03

%47.76
%51.63
%0.61

CMYK Percentages of Color #eafd03

%8
%0
%99
%1

Triadic Colors of #eafd03

#eafd03 #03eafd #fd03ea

Analogous Colors of #eafd03

#eafd03 #6dfd03 #fd9303

Monochromatic Colors of #eafd03

#eafd03

Complementary Color

#eafd03 #1603fd

#eafd03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafd03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafd03 Color CSS Codes

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

#eafd03 Text Font Color

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

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


#eafd03 Background Color

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

This div background color is #eafd03


#eafd03 Border Color

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

This div border color is #eafd03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafd03


Comments

No comments written yet.

Please login to write comment.