Color spaces of #bafaed
RGB | 186 | 250 | 237 |
---|---|---|---|
HSL | 0.47 | 0.86 | 0.85 |
HSV | 168° | 26° | 98° |
CMYK | 0.26 | 0.00 | 0.05 0.02 |
XYZ | 69.7214 | 84.9247 | 92.8382 |
Yxy | 84.9247 | 0.2817 | 0.3432 |
Hunter Lab | 92.1546 | -26.2228 | 4.7784 |
CIE-Lab | 93.8507 | -22.5606 | -0.2520 |
#bafaed color RGB value is (186,250,237).
#bafaed hex color red value is 186, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bafaed hue: 0.47 , saturation: 0.86 and the lightness value of bafaed is 0.85.
The process color (four color CMYK) of #bafaed color hex is 0.26, 0.00, 0.05, 0.02. Web safe color of #bafaed is #ccffff. Color #bafaed contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11111010 | 11101101 |
Octal | 272 | 372 | 355 |
Decimal | 186 | 250 | 237 |
Hex | BA | FA | ED |
Shades of #bafaed
Tints of #bafaed
RGB Percentages of Color #bafaed
CMYK Percentages of Color #bafaed
Complementary Color
#bafaed | #fabac7 |
#bafaed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bafaed Color Preview on White Background
Lorem ipsum dolor sit amet.
#bafaed Color CSS Codes
.mybgcolor {background-color:#bafaed; } .myforecolor {color:#bafaed; } .mybordercolor {border:3px solid #bafaed; }
#bafaed Text Font Color
<p style="color:#bafaed">Text here</p>
This sample text font color is #bafaed
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.
#bafaed Background Color
<div style="background-color:#bafaed">
Div content here</div>
This div background color is #bafaed
#bafaed Border Color
<div style="border:3px solid #bafaed">
Div here</div>
This div border color is #bafaed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,250,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bafaed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bafaed; -webkit-box-shadow: 1px 1px 3px 2px #bafaed; box-shadow: 1px 1px 3px 2px #bafaed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,250,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bafaed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bafaed; -webkit-box-shadow: 1px 1px 3px 2px #bafaed; box-shadow: 1px 1px 3px 2px #bafaed;">
Div content here</div>
This div box has shadow with color #bafaed
Comments
No comments written yet.
Please login to write comment.