Color spaces of #bdeeb7
RGB | 189 | 238 | 183 |
---|---|---|---|
HSL | 0.32 | 0.62 | 0.83 |
HSV | 113° | 23° | 93° |
CMYK | 0.21 | 0.00 | 0.23 0.07 |
XYZ | 60.1080 | 75.3868 | 56.1828 |
Yxy | 75.3868 | 0.3136 | 0.3933 |
Hunter Lab | 86.8256 | -28.3720 | 22.4127 |
CIE-Lab | 89.5739 | -25.8846 | 21.6091 |
#bdeeb7 color RGB value is (189,238,183).
#bdeeb7 hex color red value is 189, green value is 238 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #bdeeb7 hue: 0.32 , saturation: 0.62 and the lightness value of bdeeb7 is 0.83.
The process color (four color CMYK) of #bdeeb7 color hex is 0.21, 0.00, 0.23, 0.07. Web safe color of #bdeeb7 is #ccffcc. Color #bdeeb7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101110 | 10110111 |
Octal | 275 | 356 | 267 |
Decimal | 189 | 238 | 183 |
Hex | BD | EE | B7 |
Shades of #bdeeb7
Tints of #bdeeb7
RGB Percentages of Color #bdeeb7
CMYK Percentages of Color #bdeeb7
Complementary Color
#bdeeb7 | #e8b7ee |
#bdeeb7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdeeb7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdeeb7 Color CSS Codes
.mybgcolor {background-color:#bdeeb7; } .myforecolor {color:#bdeeb7; } .mybordercolor {border:3px solid #bdeeb7; }
#bdeeb7 Text Font Color
<p style="color:#bdeeb7">Text here</p>
This sample text font color is #bdeeb7
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.
#bdeeb7 Background Color
<div style="background-color:#bdeeb7">
Div content here</div>
This div background color is #bdeeb7
#bdeeb7 Border Color
<div style="border:3px solid #bdeeb7">
Div here</div>
This div border color is #bdeeb7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,238,183, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdeeb7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdeeb7; -webkit-box-shadow: 1px 1px 3px 2px #bdeeb7; box-shadow: 1px 1px 3px 2px #bdeeb7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,238,183, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdeeb7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdeeb7; -webkit-box-shadow: 1px 1px 3px 2px #bdeeb7; box-shadow: 1px 1px 3px 2px #bdeeb7;">
Div content here</div>
This div box has shadow with color #bdeeb7
Comments
No comments written yet.
Please login to write comment.