Color spaces of #bceabf
RGB | 188 | 234 | 191 |
---|---|---|---|
HSL | 0.34 | 0.52 | 0.83 |
HSV | 124° | 20° | 92° |
CMYK | 0.20 | 0.00 | 0.18 0.08 |
XYZ | 59.5658 | 73.2986 | 60.2988 |
Yxy | 73.2986 | 0.3084 | 0.3795 |
Hunter Lab | 85.6146 | -25.6353 | 18.1720 |
CIE-Lab | 88.5899 | -22.9378 | 16.0872 |
#bceabf color RGB value is (188,234,191).
#bceabf hex color red value is 188, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bceabf hue: 0.34 , saturation: 0.52 and the lightness value of bceabf is 0.83.
The process color (four color CMYK) of #bceabf color hex is 0.20, 0.00, 0.18, 0.08. Web safe color of #bceabf is #ccffcc. Color #bceabf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11101010 | 10111111 |
Octal | 274 | 352 | 277 |
Decimal | 188 | 234 | 191 |
Hex | BC | EA | BF |
Shades of #bceabf
Tints of #bceabf
RGB Percentages of Color #bceabf
CMYK Percentages of Color #bceabf
Complementary Color
#bceabf | #eabce7 |
#bceabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bceabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bceabf Color CSS Codes
.mybgcolor {background-color:#bceabf; } .myforecolor {color:#bceabf; } .mybordercolor {border:3px solid #bceabf; }
#bceabf Text Font Color
<p style="color:#bceabf">Text here</p>
This sample text font color is #bceabf
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.
#bceabf Background Color
<div style="background-color:#bceabf">
Div content here</div>
This div background color is #bceabf
#bceabf Border Color
<div style="border:3px solid #bceabf">
Div here</div>
This div border color is #bceabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,234,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bceabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bceabf; -webkit-box-shadow: 1px 1px 3px 2px #bceabf; box-shadow: 1px 1px 3px 2px #bceabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,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 #bceabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bceabf; -webkit-box-shadow: 1px 1px 3px 2px #bceabf; box-shadow: 1px 1px 3px 2px #bceabf;">
Div content here</div>
This div box has shadow with color #bceabf
Comments
No comments written yet.
Please login to write comment.