Color spaces of #baf055
RGB | 186 | 240 | 85 |
---|---|---|---|
HSL | 0.22 | 0.84 | 0.64 |
HSV | 81° | 65° | 94° |
CMYK | 0.23 | 0.00 | 0.65 0.06 |
XYZ | 53.0495 | 73.4152 | 19.9689 |
Yxy | 73.4152 | 0.3623 | 0.5014 |
Hunter Lab | 85.6827 | -39.4283 | 46.1600 |
CIE-Lab | 88.6454 | -39.3859 | 66.7926 |
#baf055 color RGB value is (186,240,85).
#baf055 hex color red value is 186, green value is 240 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #baf055 hue: 0.22 , saturation: 0.84 and the lightness value of baf055 is 0.64.
The process color (four color CMYK) of #baf055 color hex is 0.23, 0.00, 0.65, 0.06. Web safe color of #baf055 is #ccff66. Color #baf055 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11110000 | 01010101 |
Octal | 272 | 360 | 125 |
Decimal | 186 | 240 | 85 |
Hex | BA | F0 | 55 |
Shades of #baf055
Tints of #baf055
RGB Percentages of Color #baf055
CMYK Percentages of Color #baf055
Complementary Color
#baf055 | #8b55f0 |
#baf055 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baf055 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baf055 Color CSS Codes
.mybgcolor {background-color:#baf055; } .myforecolor {color:#baf055; } .mybordercolor {border:3px solid #baf055; }
#baf055 Text Font Color
<p style="color:#baf055">Text here</p>
This sample text font color is #baf055
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.
#baf055 Background Color
<div style="background-color:#baf055">
Div content here</div>
This div background color is #baf055
#baf055 Border Color
<div style="border:3px solid #baf055">
Div here</div>
This div border color is #baf055
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,240,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baf055; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baf055; -webkit-box-shadow: 1px 1px 3px 2px #baf055; box-shadow: 1px 1px 3px 2px #baf055; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,240,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baf055">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baf055; -webkit-box-shadow: 1px 1px 3px 2px #baf055; box-shadow: 1px 1px 3px 2px #baf055;">
Div content here</div>
This div box has shadow with color #baf055
Comments
No comments written yet.
Please login to write comment.