Color spaces of #dcf188
RGB | 220 | 241 | 136 |
---|---|---|---|
HSL | 0.20 | 0.79 | 0.74 |
HSV | 72° | 44° | 95° |
CMYK | 0.09 | 0.00 | 0.44 0.05 |
XYZ | 65.4144 | 79.9038 | 35.2678 |
Yxy | 79.9038 | 0.3622 | 0.4425 |
Hunter Lab | 89.3889 | -25.8051 | 39.1798 |
CIE-Lab | 91.6417 | -22.5226 | 48.2368 |
#dcf188 color RGB value is (220,241,136).
#dcf188 hex color red value is 220, green value is 241 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dcf188 hue: 0.20 , saturation: 0.79 and the lightness value of dcf188 is 0.74.
The process color (four color CMYK) of #dcf188 color hex is 0.09, 0.00, 0.44, 0.05. Web safe color of #dcf188 is #ccff99. Color #dcf188 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11110001 | 10001000 |
Octal | 334 | 361 | 210 |
Decimal | 220 | 241 | 136 |
Hex | DC | F1 | 88 |
Shades of #dcf188
Tints of #dcf188
RGB Percentages of Color #dcf188
CMYK Percentages of Color #dcf188
Complementary Color
#dcf188 | #9d88f1 |
#dcf188 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcf188 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcf188 Color CSS Codes
.mybgcolor {background-color:#dcf188; } .myforecolor {color:#dcf188; } .mybordercolor {border:3px solid #dcf188; }
#dcf188 Text Font Color
<p style="color:#dcf188">Text here</p>
This sample text font color is #dcf188
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.
#dcf188 Background Color
<div style="background-color:#dcf188">
Div content here</div>
This div background color is #dcf188
#dcf188 Border Color
<div style="border:3px solid #dcf188">
Div here</div>
This div border color is #dcf188
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,241,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcf188; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcf188; -webkit-box-shadow: 1px 1px 3px 2px #dcf188; box-shadow: 1px 1px 3px 2px #dcf188; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,241,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcf188">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcf188; -webkit-box-shadow: 1px 1px 3px 2px #dcf188; box-shadow: 1px 1px 3px 2px #dcf188;">
Div content here</div>
This div box has shadow with color #dcf188
#dcf188 Color Palettes
Comments
No comments written yet.
Please login to write comment.