Color spaces of #defa80
RGB | 222 | 250 | 128 |
---|---|---|---|
HSL | 0.20 | 0.92 | 0.74 |
HSV | 74° | 49° | 98° |
CMYK | 0.11 | 0.00 | 0.49 0.02 |
XYZ | 68.2061 | 85.4593 | 33.3225 |
Yxy | 85.4593 | 0.3648 | 0.4570 |
Hunter Lab | 92.4442 | -30.0786 | 43.3392 |
CIE-Lab | 94.0807 | -26.8429 | 55.0152 |
#defa80 color RGB value is (222,250,128).
#defa80 hex color red value is 222, green value is 250 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #defa80 hue: 0.20 , saturation: 0.92 and the lightness value of defa80 is 0.74.
The process color (four color CMYK) of #defa80 color hex is 0.11, 0.00, 0.49, 0.02. Web safe color of #defa80 is #ccff99. Color #defa80 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11111010 | 10000000 |
Octal | 336 | 372 | 200 |
Decimal | 222 | 250 | 128 |
Hex | DE | FA | 80 |
Shades of #defa80
Tints of #defa80
RGB Percentages of Color #defa80
CMYK Percentages of Color #defa80
Complementary Color
#defa80 | #9c80fa |
#defa80 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#defa80 Color Preview on White Background
Lorem ipsum dolor sit amet.
#defa80 Color CSS Codes
.mybgcolor {background-color:#defa80; } .myforecolor {color:#defa80; } .mybordercolor {border:3px solid #defa80; }
#defa80 Text Font Color
<p style="color:#defa80">Text here</p>
This sample text font color is #defa80
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.
#defa80 Background Color
<div style="background-color:#defa80">
Div content here</div>
This div background color is #defa80
#defa80 Border Color
<div style="border:3px solid #defa80">
Div here</div>
This div border color is #defa80
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,250,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #defa80; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #defa80; -webkit-box-shadow: 1px 1px 3px 2px #defa80; box-shadow: 1px 1px 3px 2px #defa80; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,250,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #defa80">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #defa80; -webkit-box-shadow: 1px 1px 3px 2px #defa80; box-shadow: 1px 1px 3px 2px #defa80;">
Div content here</div>
This div box has shadow with color #defa80
Comments
No comments written yet.
Please login to write comment.