Color spaces of #bae1be
RGB | 186 | 225 | 190 |
---|---|---|---|
HSL | 0.35 | 0.39 | 0.81 |
HSV | 126° | 17° | 88° |
CMYK | 0.17 | 0.00 | 0.16 0.12 |
XYZ | 56.4692 | 68.0072 | 58.8657 |
Yxy | 68.0072 | 0.3080 | 0.3709 |
Hunter Lab | 82.4665 | -22.0879 | 15.4045 |
CIE-Lab | 86.0100 | -19.3646 | 12.9508 |
#bae1be color RGB value is (186,225,190).
#bae1be hex color red value is 186, green value is 225 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bae1be hue: 0.35 , saturation: 0.39 and the lightness value of bae1be is 0.81.
The process color (four color CMYK) of #bae1be color hex is 0.17, 0.00, 0.16, 0.12. Web safe color of #bae1be is #cccccc. Color #bae1be contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11100001 | 10111110 |
Octal | 272 | 341 | 276 |
Decimal | 186 | 225 | 190 |
Hex | BA | E1 | BE |
Shades of #bae1be
Tints of #bae1be
RGB Percentages of Color #bae1be
CMYK Percentages of Color #bae1be
Complementary Color
#bae1be | #e1badd |
#bae1be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bae1be Color Preview on White Background
Lorem ipsum dolor sit amet.
#bae1be Color CSS Codes
.mybgcolor {background-color:#bae1be; } .myforecolor {color:#bae1be; } .mybordercolor {border:3px solid #bae1be; }
#bae1be Text Font Color
<p style="color:#bae1be">Text here</p>
This sample text font color is #bae1be
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.
#bae1be Background Color
<div style="background-color:#bae1be">
Div content here</div>
This div background color is #bae1be
#bae1be Border Color
<div style="border:3px solid #bae1be">
Div here</div>
This div border color is #bae1be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,225,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bae1be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bae1be; -webkit-box-shadow: 1px 1px 3px 2px #bae1be; box-shadow: 1px 1px 3px 2px #bae1be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,225,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bae1be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bae1be; -webkit-box-shadow: 1px 1px 3px 2px #bae1be; box-shadow: 1px 1px 3px 2px #bae1be;">
Div content here</div>
This div box has shadow with color #bae1be
Comments
No comments written yet.
Please login to write comment.