Color spaces of #dfedc1
RGB | 223 | 237 | 193 |
---|---|---|---|
HSL | 0.22 | 0.55 | 0.84 |
HSV | 79° | 19° | 93° |
CMYK | 0.06 | 0.00 | 0.19 0.07 |
XYZ | 70.3413 | 80.1066 | 62.2068 |
Yxy | 80.1066 | 0.3308 | 0.3767 |
Hunter Lab | 89.5023 | -16.3430 | 21.4433 |
CIE-Lab | 91.7327 | -12.0989 | 19.7914 |
#dfedc1 color RGB value is (223,237,193).
#dfedc1 hex color red value is 223, green value is 237 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #dfedc1 hue: 0.22 , saturation: 0.55 and the lightness value of dfedc1 is 0.84.
The process color (four color CMYK) of #dfedc1 color hex is 0.06, 0.00, 0.19, 0.07. Web safe color of #dfedc1 is #ccffcc. Color #dfedc1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11101101 | 11000001 |
Octal | 337 | 355 | 301 |
Decimal | 223 | 237 | 193 |
Hex | DF | ED | C1 |
Shades of #dfedc1
Tints of #dfedc1
RGB Percentages of Color #dfedc1
CMYK Percentages of Color #dfedc1
Complementary Color
#dfedc1 | #cfc1ed |
#dfedc1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfedc1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfedc1 Color CSS Codes
.mybgcolor {background-color:#dfedc1; } .myforecolor {color:#dfedc1; } .mybordercolor {border:3px solid #dfedc1; }
#dfedc1 Text Font Color
<p style="color:#dfedc1">Text here</p>
This sample text font color is #dfedc1
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.
#dfedc1 Background Color
<div style="background-color:#dfedc1">
Div content here</div>
This div background color is #dfedc1
#dfedc1 Border Color
<div style="border:3px solid #dfedc1">
Div here</div>
This div border color is #dfedc1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,237,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfedc1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfedc1; -webkit-box-shadow: 1px 1px 3px 2px #dfedc1; box-shadow: 1px 1px 3px 2px #dfedc1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,237,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfedc1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfedc1; -webkit-box-shadow: 1px 1px 3px 2px #dfedc1; box-shadow: 1px 1px 3px 2px #dfedc1;">
Div content here</div>
This div box has shadow with color #dfedc1
Comments
No comments written yet.
Please login to write comment.