Color spaces of #eef985
RGB | 238 | 249 | 133 |
---|---|---|---|
HSL | 0.18 | 0.91 | 0.75 |
HSV | 66° | 47° | 98° |
CMYK | 0.04 | 0.00 | 0.47 0.02 |
XYZ | 73.3692 | 87.6220 | 35.2361 |
Yxy | 87.6220 | 0.3739 | 0.4465 |
Hunter Lab | 93.6066 | -23.9027 | 43.2063 |
CIE-Lab | 95.0015 | -19.7905 | 54.0708 |
#eef985 color RGB value is (238,249,133).
#eef985 hex color red value is 238, green value is 249 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #eef985 hue: 0.18 , saturation: 0.91 and the lightness value of eef985 is 0.75.
The process color (four color CMYK) of #eef985 color hex is 0.04, 0.00, 0.47, 0.02. Web safe color of #eef985 is #ffff99. Color #eef985 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11111001 | 10000101 |
Octal | 356 | 371 | 205 |
Decimal | 238 | 249 | 133 |
Hex | EE | F9 | 85 |
Shades of #eef985
Tints of #eef985
RGB Percentages of Color #eef985
CMYK Percentages of Color #eef985
Complementary Color
#eef985 | #9085f9 |
#eef985 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eef985 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eef985 Color CSS Codes
.mybgcolor {background-color:#eef985; } .myforecolor {color:#eef985; } .mybordercolor {border:3px solid #eef985; }
#eef985 Text Font Color
<p style="color:#eef985">Text here</p>
This sample text font color is #eef985
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.
#eef985 Background Color
<div style="background-color:#eef985">
Div content here</div>
This div background color is #eef985
#eef985 Border Color
<div style="border:3px solid #eef985">
Div here</div>
This div border color is #eef985
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,249,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eef985; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eef985; -webkit-box-shadow: 1px 1px 3px 2px #eef985; box-shadow: 1px 1px 3px 2px #eef985; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,249,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eef985">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eef985; -webkit-box-shadow: 1px 1px 3px 2px #eef985; box-shadow: 1px 1px 3px 2px #eef985;">
Div content here</div>
This div box has shadow with color #eef985
Comments
No comments written yet.
Please login to write comment.