Color spaces of #effabb
RGB | 239 | 250 | 187 |
---|---|---|---|
HSL | 0.20 | 0.86 | 0.86 |
HSV | 70° | 25° | 98° |
CMYK | 0.04 | 0.00 | 0.25 0.02 |
XYZ | 78.7519 | 90.3098 | 60.2946 |
Yxy | 90.3098 | 0.3434 | 0.3938 |
Hunter Lab | 95.0315 | -18.3834 | 28.9043 |
CIE-Lab | 96.1251 | -13.6805 | 29.0828 |
#effabb color RGB value is (239,250,187).
#effabb hex color red value is 239, green value is 250 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #effabb hue: 0.20 , saturation: 0.86 and the lightness value of effabb is 0.86.
The process color (four color CMYK) of #effabb color hex is 0.04, 0.00, 0.25, 0.02. Web safe color of #effabb is #ffffcc. Color #effabb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11111010 | 10111011 |
Octal | 357 | 372 | 273 |
Decimal | 239 | 250 | 187 |
Hex | EF | FA | BB |
Shades of #effabb
Tints of #effabb
RGB Percentages of Color #effabb
CMYK Percentages of Color #effabb
Complementary Color
#effabb | #c6bbfa |
#effabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#effabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#effabb Color CSS Codes
.mybgcolor {background-color:#effabb; } .myforecolor {color:#effabb; } .mybordercolor {border:3px solid #effabb; }
#effabb Text Font Color
<p style="color:#effabb">Text here</p>
This sample text font color is #effabb
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.
#effabb Background Color
<div style="background-color:#effabb">
Div content here</div>
This div background color is #effabb
#effabb Border Color
<div style="border:3px solid #effabb">
Div here</div>
This div border color is #effabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,250,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #effabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #effabb; -webkit-box-shadow: 1px 1px 3px 2px #effabb; box-shadow: 1px 1px 3px 2px #effabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,250,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #effabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #effabb; -webkit-box-shadow: 1px 1px 3px 2px #effabb; box-shadow: 1px 1px 3px 2px #effabb;">
Div content here</div>
This div box has shadow with color #effabb
Comments
No comments written yet.
Please login to write comment.