Color spaces of #effcb3
RGB | 239 | 252 | 179 |
---|---|---|---|
HSL | 0.20 | 0.92 | 0.85 |
HSV | 71° | 29° | 99° |
CMYK | 0.05 | 0.00 | 0.29 0.01 |
XYZ | 78.5437 | 91.2262 | 56.1165 |
Yxy | 91.2262 | 0.3477 | 0.4039 |
Hunter Lab | 95.5124 | -20.3590 | 32.0240 |
CIE-Lab | 96.5031 | -15.7240 | 33.6192 |
#effcb3 color RGB value is (239,252,179).
#effcb3 hex color red value is 239, green value is 252 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #effcb3 hue: 0.20 , saturation: 0.92 and the lightness value of effcb3 is 0.85.
The process color (four color CMYK) of #effcb3 color hex is 0.05, 0.00, 0.29, 0.01. Web safe color of #effcb3 is #ffffcc. Color #effcb3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11111100 | 10110011 |
Octal | 357 | 374 | 263 |
Decimal | 239 | 252 | 179 |
Hex | EF | FC | B3 |
Shades of #effcb3
Tints of #effcb3
RGB Percentages of Color #effcb3
CMYK Percentages of Color #effcb3
Complementary Color
#effcb3 | #c0b3fc |
#effcb3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#effcb3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#effcb3 Color CSS Codes
.mybgcolor {background-color:#effcb3; } .myforecolor {color:#effcb3; } .mybordercolor {border:3px solid #effcb3; }
#effcb3 Text Font Color
<p style="color:#effcb3">Text here</p>
This sample text font color is #effcb3
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.
#effcb3 Background Color
<div style="background-color:#effcb3">
Div content here</div>
This div background color is #effcb3
#effcb3 Border Color
<div style="border:3px solid #effcb3">
Div here</div>
This div border color is #effcb3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,252,179, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #effcb3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #effcb3; -webkit-box-shadow: 1px 1px 3px 2px #effcb3; box-shadow: 1px 1px 3px 2px #effcb3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,252,179, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #effcb3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #effcb3; -webkit-box-shadow: 1px 1px 3px 2px #effcb3; box-shadow: 1px 1px 3px 2px #effcb3;">
Div content here</div>
This div box has shadow with color #effcb3
Comments
No comments written yet.
Please login to write comment.