Color Hex Logo

#eafd06 Color Hex

#EAFD06
(234,253,6)
0 Favorites   0 Comments

Color spaces of #eafd06

RGB 2342536
HSL0.180.980.51
HSV65°98°99°
CMYK 0.080.000.98   0.01
XYZ69.089887.756113.4695
Yxy87.75610.40570.5153
Hunter Lab93.6782-32.289157.0498
CIE-Lab95.0581-29.131191.8258

#eafd06 color RGB value is (234,253,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 00000110
Octal 352 375 6
Decimal 234 253 6
Hex EA FD 6

RGB Percentages of Color #eafd06

%47.46
%51.32
%1.22

CMYK Percentages of Color #eafd06

%8
%0
%98
%1

Triadic Colors of #eafd06

#eafd06 #06eafd #fd06ea

Analogous Colors of #eafd06

#eafd06 #6ffd06 #fd9506

Monochromatic Colors of #eafd06

#eafd06

Complementary Color

#eafd06 #1906fd

#eafd06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafd06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafd06 Color CSS Codes

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

#eafd06 Text Font Color

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

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


#eafd06 Background Color

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

This div background color is #eafd06


#eafd06 Border Color

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

This div border color is #eafd06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafd06

Related Colors


Comments

No comments written yet.

Please login to write comment.