Color spaces of #bdeabf
RGB | 189 | 234 | 191 |
---|---|---|---|
HSL | 0.34 | 0.52 | 0.83 |
HSV | 123° | 19° | 92° |
CMYK | 0.19 | 0.00 | 0.18 0.08 |
XYZ | 59.8131 | 73.4260 | 60.3104 |
Yxy | 73.4260 | 0.3090 | 0.3794 |
Hunter Lab | 85.6890 | -25.3581 | 18.2522 |
CIE-Lab | 88.6505 | -22.6075 | 16.1811 |
#bdeabf color RGB value is (189,234,191).
#bdeabf hex color red value is 189, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bdeabf hue: 0.34 , saturation: 0.52 and the lightness value of bdeabf is 0.83.
The process color (four color CMYK) of #bdeabf color hex is 0.19, 0.00, 0.18, 0.08. Web safe color of #bdeabf is #ccffcc. Color #bdeabf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101010 | 10111111 |
Octal | 275 | 352 | 277 |
Decimal | 189 | 234 | 191 |
Hex | BD | EA | BF |
Shades of #bdeabf
Tints of #bdeabf
RGB Percentages of Color #bdeabf
CMYK Percentages of Color #bdeabf
Complementary Color
#bdeabf | #eabde8 |
#bdeabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdeabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdeabf Color CSS Codes
.mybgcolor {background-color:#bdeabf; } .myforecolor {color:#bdeabf; } .mybordercolor {border:3px solid #bdeabf; }
#bdeabf Text Font Color
<p style="color:#bdeabf">Text here</p>
This sample text font color is #bdeabf
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.
#bdeabf Background Color
<div style="background-color:#bdeabf">
Div content here</div>
This div background color is #bdeabf
#bdeabf Border Color
<div style="border:3px solid #bdeabf">
Div here</div>
This div border color is #bdeabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,234,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdeabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdeabf; -webkit-box-shadow: 1px 1px 3px 2px #bdeabf; box-shadow: 1px 1px 3px 2px #bdeabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,234,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdeabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdeabf; -webkit-box-shadow: 1px 1px 3px 2px #bdeabf; box-shadow: 1px 1px 3px 2px #bdeabf;">
Div content here</div>
This div box has shadow with color #bdeabf
Comments
No comments written yet.
Please login to write comment.