Color spaces of #bde887
RGB | 189 | 232 | 135 |
---|---|---|---|
HSL | 0.24 | 0.68 | 0.72 |
HSV | 87° | 42° | 91° |
CMYK | 0.19 | 0.00 | 0.42 0.09 |
XYZ | 54.2161 | 70.2813 | 33.6298 |
Yxy | 70.2813 | 0.3429 | 0.4445 |
Hunter Lab | 83.8339 | -31.2720 | 34.8997 |
CIE-Lab | 87.1346 | -29.8784 | 42.6262 |
#bde887 color RGB value is (189,232,135).
#bde887 hex color red value is 189, green value is 232 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bde887 hue: 0.24 , saturation: 0.68 and the lightness value of bde887 is 0.72.
The process color (four color CMYK) of #bde887 color hex is 0.19, 0.00, 0.42, 0.09. Web safe color of #bde887 is #ccff99. Color #bde887 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101000 | 10000111 |
Octal | 275 | 350 | 207 |
Decimal | 189 | 232 | 135 |
Hex | BD | E8 | 87 |
Shades of #bde887
Tints of #bde887
RGB Percentages of Color #bde887
CMYK Percentages of Color #bde887
Complementary Color
#bde887 | #b287e8 |
#bde887 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bde887 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bde887 Color CSS Codes
.mybgcolor {background-color:#bde887; } .myforecolor {color:#bde887; } .mybordercolor {border:3px solid #bde887; }
#bde887 Text Font Color
<p style="color:#bde887">Text here</p>
This sample text font color is #bde887
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.
#bde887 Background Color
<div style="background-color:#bde887">
Div content here</div>
This div background color is #bde887
#bde887 Border Color
<div style="border:3px solid #bde887">
Div here</div>
This div border color is #bde887
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,232,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bde887; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bde887; -webkit-box-shadow: 1px 1px 3px 2px #bde887; box-shadow: 1px 1px 3px 2px #bde887; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,232,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bde887">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bde887; -webkit-box-shadow: 1px 1px 3px 2px #bde887; box-shadow: 1px 1px 3px 2px #bde887;">
Div content here</div>
This div box has shadow with color #bde887
Comments
No comments written yet.
Please login to write comment.