Color spaces of #dff195
RGB | 223 | 241 | 149 |
---|---|---|---|
HSL | 0.20 | 0.77 | 0.76 |
HSV | 72° | 38° | 95° |
CMYK | 0.07 | 0.00 | 0.38 0.05 |
XYZ | 67.3115 | 80.7685 | 40.4760 |
Yxy | 80.7685 | 0.3570 | 0.4284 |
Hunter Lab | 89.8713 | -23.5824 | 36.2070 |
CIE-Lab | 92.0286 | -19.9634 | 42.4506 |
#dff195 color RGB value is (223,241,149).
#dff195 hex color red value is 223, green value is 241 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dff195 hue: 0.20 , saturation: 0.77 and the lightness value of dff195 is 0.76.
The process color (four color CMYK) of #dff195 color hex is 0.07, 0.00, 0.38, 0.05. Web safe color of #dff195 is #ccff99. Color #dff195 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11110001 | 10010101 |
Octal | 337 | 361 | 225 |
Decimal | 223 | 241 | 149 |
Hex | DF | F1 | 95 |
Shades of #dff195
Tints of #dff195
RGB Percentages of Color #dff195
CMYK Percentages of Color #dff195
Complementary Color
#dff195 | #a795f1 |
#dff195 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dff195 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dff195 Color CSS Codes
.mybgcolor {background-color:#dff195; } .myforecolor {color:#dff195; } .mybordercolor {border:3px solid #dff195; }
#dff195 Text Font Color
<p style="color:#dff195">Text here</p>
This sample text font color is #dff195
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.
#dff195 Background Color
<div style="background-color:#dff195">
Div content here</div>
This div background color is #dff195
#dff195 Border Color
<div style="border:3px solid #dff195">
Div here</div>
This div border color is #dff195
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,241,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dff195; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dff195; -webkit-box-shadow: 1px 1px 3px 2px #dff195; box-shadow: 1px 1px 3px 2px #dff195; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,241,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dff195">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dff195; -webkit-box-shadow: 1px 1px 3px 2px #dff195; box-shadow: 1px 1px 3px 2px #dff195;">
Div content here</div>
This div box has shadow with color #dff195
#dff195 Color Palettes
Comments
No comments written yet.
Please login to write comment.