Color spaces of #babeed
RGB | 186 | 190 | 237 |
---|---|---|---|
HSL | 0.65 | 0.59 | 0.83 |
HSV | 235° | 22° | 93° |
CMYK | 0.22 | 0.20 | 0.00 0.07 |
XYZ | 53.9492 | 53.3804 | 87.5808 |
Yxy | 53.3804 | 0.2768 | 0.2739 |
Hunter Lab | 73.0619 | 3.9468 | -19.9288 |
CIE-Lab | 78.0991 | 8.3865 | -23.7602 |
#babeed color RGB value is (186,190,237).
#babeed hex color red value is 186, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #babeed hue: 0.65 , saturation: 0.59 and the lightness value of babeed is 0.83.
The process color (four color CMYK) of #babeed color hex is 0.22, 0.20, 0.00, 0.07. Web safe color of #babeed is #ccccff. Color #babeed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10111110 | 11101101 |
Octal | 272 | 276 | 355 |
Decimal | 186 | 190 | 237 |
Hex | BA | BE | ED |
Shades of #babeed
Tints of #babeed
RGB Percentages of Color #babeed
CMYK Percentages of Color #babeed
Complementary Color
#babeed | #ede9ba |
#babeed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#babeed Color Preview on White Background
Lorem ipsum dolor sit amet.
#babeed Color CSS Codes
.mybgcolor {background-color:#babeed; } .myforecolor {color:#babeed; } .mybordercolor {border:3px solid #babeed; }
#babeed Text Font Color
<p style="color:#babeed">Text here</p>
This sample text font color is #babeed
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.
#babeed Background Color
<div style="background-color:#babeed">
Div content here</div>
This div background color is #babeed
#babeed Border Color
<div style="border:3px solid #babeed">
Div here</div>
This div border color is #babeed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,190,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #babeed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #babeed; -webkit-box-shadow: 1px 1px 3px 2px #babeed; box-shadow: 1px 1px 3px 2px #babeed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,190,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 #babeed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #babeed; -webkit-box-shadow: 1px 1px 3px 2px #babeed; box-shadow: 1px 1px 3px 2px #babeed;">
Div content here</div>
This div box has shadow with color #babeed
Comments
No comments written yet.
Please login to write comment.