Color spaces of #eef252
RGB | 238 | 242 | 82 |
---|---|---|---|
HSL | 0.17 | 0.86 | 0.64 |
HSV | 61° | 66° | 95° |
CMYK | 0.02 | 0.00 | 0.66 0.05 |
XYZ | 68.5350 | 82.2906 | 20.2541 |
Yxy | 82.2906 | 0.4006 | 0.4810 |
Hunter Lab | 90.7142 | -23.8922 | 50.2620 |
CIE-Lab | 92.7030 | -20.1861 | 73.2501 |
#eef252 color RGB value is (238,242,82).
#eef252 hex color red value is 238, green value is 242 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #eef252 hue: 0.17 , saturation: 0.86 and the lightness value of eef252 is 0.64.
The process color (four color CMYK) of #eef252 color hex is 0.02, 0.00, 0.66, 0.05. Web safe color of #eef252 is #ffff66. Color #eef252 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11110010 | 01010010 |
Octal | 356 | 362 | 122 |
Decimal | 238 | 242 | 82 |
Hex | EE | F2 | 52 |
Shades of #eef252
Tints of #eef252
RGB Percentages of Color #eef252
CMYK Percentages of Color #eef252
Complementary Color
#eef252 | #5652f2 |
#eef252 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eef252 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eef252 Color CSS Codes
.mybgcolor {background-color:#eef252; } .myforecolor {color:#eef252; } .mybordercolor {border:3px solid #eef252; }
#eef252 Text Font Color
<p style="color:#eef252">Text here</p>
This sample text font color is #eef252
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.
#eef252 Background Color
<div style="background-color:#eef252">
Div content here</div>
This div background color is #eef252
#eef252 Border Color
<div style="border:3px solid #eef252">
Div here</div>
This div border color is #eef252
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,242,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eef252; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eef252; -webkit-box-shadow: 1px 1px 3px 2px #eef252; box-shadow: 1px 1px 3px 2px #eef252; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,242,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eef252">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eef252; -webkit-box-shadow: 1px 1px 3px 2px #eef252; box-shadow: 1px 1px 3px 2px #eef252;">
Div content here</div>
This div box has shadow with color #eef252
Comments
No comments written yet.
Please login to write comment.