Color spaces of #baedf4
RGB | 186 | 237 | 244 |
---|---|---|---|
HSL | 0.52 | 0.73 | 0.84 |
HSV | 187° | 24° | 96° |
CMYK | 0.24 | 0.03 | 0.00 0.04 |
XYZ | 66.8630 | 77.5391 | 97.0304 |
Yxy | 77.5391 | 0.2769 | 0.3212 |
Hunter Lab | 88.0563 | -18.5597 | -3.6930 |
CIE-Lab | 90.5692 | -14.6649 | -8.7225 |
#baedf4 color RGB value is (186,237,244).
#baedf4 hex color red value is 186, green value is 237 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #baedf4 hue: 0.52 , saturation: 0.73 and the lightness value of baedf4 is 0.84.
The process color (four color CMYK) of #baedf4 color hex is 0.24, 0.03, 0.00, 0.04. Web safe color of #baedf4 is #ccffff. Color #baedf4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11101101 | 11110100 |
Octal | 272 | 355 | 364 |
Decimal | 186 | 237 | 244 |
Hex | BA | ED | F4 |
Shades of #baedf4
Tints of #baedf4
RGB Percentages of Color #baedf4
CMYK Percentages of Color #baedf4
Complementary Color
#baedf4 | #f4c1ba |
#baedf4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baedf4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baedf4 Color CSS Codes
.mybgcolor {background-color:#baedf4; } .myforecolor {color:#baedf4; } .mybordercolor {border:3px solid #baedf4; }
#baedf4 Text Font Color
<p style="color:#baedf4">Text here</p>
This sample text font color is #baedf4
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.
#baedf4 Background Color
<div style="background-color:#baedf4">
Div content here</div>
This div background color is #baedf4
#baedf4 Border Color
<div style="border:3px solid #baedf4">
Div here</div>
This div border color is #baedf4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,237,244, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baedf4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baedf4; -webkit-box-shadow: 1px 1px 3px 2px #baedf4; box-shadow: 1px 1px 3px 2px #baedf4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,237,244, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baedf4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baedf4; -webkit-box-shadow: 1px 1px 3px 2px #baedf4; box-shadow: 1px 1px 3px 2px #baedf4;">
Div content here</div>
This div box has shadow with color #baedf4
Comments
No comments written yet.
Please login to write comment.