Color spaces of #effdb5
RGB | 239 | 253 | 181 |
---|---|---|---|
HSL | 0.20 | 0.95 | 0.85 |
HSV | 72° | 28° | 99° |
CMYK | 0.06 | 0.00 | 0.28 0.01 |
XYZ | 79.0624 | 91.9375 | 57.2947 |
Yxy | 91.9375 | 0.3463 | 0.4027 |
Hunter Lab | 95.8840 | -20.6126 | 31.6906 |
CIE-Lab | 96.7947 | -15.9504 | 33.0076 |
#effdb5 color RGB value is (239,253,181).
#effdb5 hex color red value is 239, green value is 253 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #effdb5 hue: 0.20 , saturation: 0.95 and the lightness value of effdb5 is 0.85.
The process color (four color CMYK) of #effdb5 color hex is 0.06, 0.00, 0.28, 0.01. Web safe color of #effdb5 is #ffffcc. Color #effdb5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11111101 | 10110101 |
Octal | 357 | 375 | 265 |
Decimal | 239 | 253 | 181 |
Hex | EF | FD | B5 |
Shades of #effdb5
Tints of #effdb5
RGB Percentages of Color #effdb5
CMYK Percentages of Color #effdb5
Complementary Color
#effdb5 | #c3b5fd |
#effdb5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#effdb5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#effdb5 Color CSS Codes
.mybgcolor {background-color:#effdb5; } .myforecolor {color:#effdb5; } .mybordercolor {border:3px solid #effdb5; }
#effdb5 Text Font Color
<p style="color:#effdb5">Text here</p>
This sample text font color is #effdb5
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.
#effdb5 Background Color
<div style="background-color:#effdb5">
Div content here</div>
This div background color is #effdb5
#effdb5 Border Color
<div style="border:3px solid #effdb5">
Div here</div>
This div border color is #effdb5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,253,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #effdb5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #effdb5; -webkit-box-shadow: 1px 1px 3px 2px #effdb5; box-shadow: 1px 1px 3px 2px #effdb5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,253,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #effdb5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #effdb5; -webkit-box-shadow: 1px 1px 3px 2px #effdb5; box-shadow: 1px 1px 3px 2px #effdb5;">
Div content here</div>
This div box has shadow with color #effdb5
Comments
No comments written yet.
Please login to write comment.