Color spaces of #d4efaf
RGB | 212 | 239 | 175 |
---|---|---|---|
HSL | 0.24 | 0.67 | 0.81 |
HSV | 85° | 27° | 94° |
CMYK | 0.11 | 0.00 | 0.27 0.06 |
XYZ | 65.7557 | 78.8252 | 52.3065 |
Yxy | 78.8252 | 0.3340 | 0.4004 |
Hunter Lab | 88.7836 | -23.1689 | 27.2180 |
CIE-Lab | 91.1551 | -19.6591 | 28.1129 |
#d4efaf color RGB value is (212,239,175).
#d4efaf hex color red value is 212, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d4efaf hue: 0.24 , saturation: 0.67 and the lightness value of d4efaf is 0.81.
The process color (four color CMYK) of #d4efaf color hex is 0.11, 0.00, 0.27, 0.06. Web safe color of #d4efaf is #ccff99. Color #d4efaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 11101111 | 10101111 |
Octal | 324 | 357 | 257 |
Decimal | 212 | 239 | 175 |
Hex | D4 | EF | AF |
Shades of #d4efaf
Tints of #d4efaf
RGB Percentages of Color #d4efaf
CMYK Percentages of Color #d4efaf
Complementary Color
#d4efaf | #caafef |
#d4efaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4efaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4efaf Color CSS Codes
.mybgcolor {background-color:#d4efaf; } .myforecolor {color:#d4efaf; } .mybordercolor {border:3px solid #d4efaf; }
#d4efaf Text Font Color
<p style="color:#d4efaf">Text here</p>
This sample text font color is #d4efaf
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.
#d4efaf Background Color
<div style="background-color:#d4efaf">
Div content here</div>
This div background color is #d4efaf
#d4efaf Border Color
<div style="border:3px solid #d4efaf">
Div here</div>
This div border color is #d4efaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,239,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4efaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4efaf; -webkit-box-shadow: 1px 1px 3px 2px #d4efaf; box-shadow: 1px 1px 3px 2px #d4efaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,239,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4efaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4efaf; -webkit-box-shadow: 1px 1px 3px 2px #d4efaf; box-shadow: 1px 1px 3px 2px #d4efaf;">
Div content here</div>
This div box has shadow with color #d4efaf
Comments
No comments written yet.
Please login to write comment.