Color spaces of #eafd06
RGB | 234 | 253 | 6 |
---|---|---|---|
HSL | 0.18 | 0.98 | 0.51 |
HSV | 65° | 98° | 99° |
CMYK | 0.08 | 0.00 | 0.98 0.01 |
XYZ | 69.0898 | 87.7561 | 13.4695 |
Yxy | 87.7561 | 0.4057 | 0.5153 |
Hunter Lab | 93.6782 | -32.2891 | 57.0498 |
CIE-Lab | 95.0581 | -29.1311 | 91.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11111101 | 00000110 |
Octal | 352 | 375 | 6 |
Decimal | 234 | 253 | 6 |
Hex | EA | FD | 6 |
Shades of #eafd06
Tints of #eafd06
RGB Percentages of Color #eafd06
CMYK Percentages of Color #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
Comments
No comments written yet.
Please login to write comment.