Color spaces of #dbec91
RGB | 219 | 236 | 145 |
---|---|---|---|
HSL | 0.20 | 0.71 | 0.75 |
HSV | 71° | 39° | 93° |
CMYK | 0.07 | 0.00 | 0.39 0.07 |
XYZ | 64.3197 | 77.0953 | 38.2789 |
Yxy | 77.0953 | 0.3579 | 0.4290 |
Hunter Lab | 87.8039 | -22.8989 | 35.6148 |
CIE-Lab | 90.3655 | -19.4981 | 42.2337 |
#dbec91 color RGB value is (219,236,145).
#dbec91 hex color red value is 219, green value is 236 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dbec91 hue: 0.20 , saturation: 0.71 and the lightness value of dbec91 is 0.75.
The process color (four color CMYK) of #dbec91 color hex is 0.07, 0.00, 0.39, 0.07. Web safe color of #dbec91 is #ccff99. Color #dbec91 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101100 | 10010001 |
Octal | 333 | 354 | 221 |
Decimal | 219 | 236 | 145 |
Hex | DB | EC | 91 |
Shades of #dbec91
Tints of #dbec91
RGB Percentages of Color #dbec91
CMYK Percentages of Color #dbec91
Complementary Color
#dbec91 | #a291ec |
#dbec91 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbec91 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbec91 Color CSS Codes
.mybgcolor {background-color:#dbec91; } .myforecolor {color:#dbec91; } .mybordercolor {border:3px solid #dbec91; }
#dbec91 Text Font Color
<p style="color:#dbec91">Text here</p>
This sample text font color is #dbec91
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.
#dbec91 Background Color
<div style="background-color:#dbec91">
Div content here</div>
This div background color is #dbec91
#dbec91 Border Color
<div style="border:3px solid #dbec91">
Div here</div>
This div border color is #dbec91
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,236,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbec91; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbec91; -webkit-box-shadow: 1px 1px 3px 2px #dbec91; box-shadow: 1px 1px 3px 2px #dbec91; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,236,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbec91">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbec91; -webkit-box-shadow: 1px 1px 3px 2px #dbec91; box-shadow: 1px 1px 3px 2px #dbec91;">
Div content here</div>
This div box has shadow with color #dbec91
Comments
No comments written yet.
Please login to write comment.