Color spaces of #baeadf
RGB | 186 | 234 | 223 |
---|---|---|---|
HSL | 0.46 | 0.53 | 0.82 |
HSV | 166° | 21° | 92° |
CMYK | 0.21 | 0.00 | 0.05 0.08 |
XYZ | 62.9918 | 74.6125 | 80.8937 |
Yxy | 74.6125 | 0.2883 | 0.3415 |
Hunter Lab | 86.3785 | -20.9908 | 4.9397 |
CIE-Lab | 89.2112 | -17.5646 | 0.2584 |
#baeadf color RGB value is (186,234,223).
#baeadf hex color red value is 186, green value is 234 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #baeadf hue: 0.46 , saturation: 0.53 and the lightness value of baeadf is 0.82.
The process color (four color CMYK) of #baeadf color hex is 0.21, 0.00, 0.05, 0.08. Web safe color of #baeadf is #ccffcc. Color #baeadf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11101010 | 11011111 |
Octal | 272 | 352 | 337 |
Decimal | 186 | 234 | 223 |
Hex | BA | EA | DF |
Shades of #baeadf
Tints of #baeadf
RGB Percentages of Color #baeadf
CMYK Percentages of Color #baeadf
Complementary Color
#baeadf | #eabac5 |
#baeadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baeadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#baeadf Color CSS Codes
.mybgcolor {background-color:#baeadf; } .myforecolor {color:#baeadf; } .mybordercolor {border:3px solid #baeadf; }
#baeadf Text Font Color
<p style="color:#baeadf">Text here</p>
This sample text font color is #baeadf
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.
#baeadf Background Color
<div style="background-color:#baeadf">
Div content here</div>
This div background color is #baeadf
#baeadf Border Color
<div style="border:3px solid #baeadf">
Div here</div>
This div border color is #baeadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,234,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baeadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baeadf; -webkit-box-shadow: 1px 1px 3px 2px #baeadf; box-shadow: 1px 1px 3px 2px #baeadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,234,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baeadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baeadf; -webkit-box-shadow: 1px 1px 3px 2px #baeadf; box-shadow: 1px 1px 3px 2px #baeadf;">
Div content here</div>
This div box has shadow with color #baeadf
#baeadf Color Palettes
Comments
No comments written yet.
Please login to write comment.