Color spaces of #baf398
RGB | 186 | 243 | 152 |
---|---|---|---|
HSL | 0.27 | 0.79 | 0.77 |
HSV | 98° | 37° | 95° |
CMYK | 0.23 | 0.00 | 0.37 0.05 |
XYZ | 57.9678 | 76.8073 | 41.4758 |
Yxy | 76.8073 | 0.3289 | 0.4358 |
Hunter Lab | 87.6398 | -35.3039 | 33.2887 |
CIE-Lab | 90.2328 | -33.8804 | 38.1800 |
#baf398 color RGB value is (186,243,152).
#baf398 hex color red value is 186, green value is 243 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #baf398 hue: 0.27 , saturation: 0.79 and the lightness value of baf398 is 0.77.
The process color (four color CMYK) of #baf398 color hex is 0.23, 0.00, 0.37, 0.05. Web safe color of #baf398 is #ccff99. Color #baf398 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11110011 | 10011000 |
Octal | 272 | 363 | 230 |
Decimal | 186 | 243 | 152 |
Hex | BA | F3 | 98 |
Shades of #baf398
Tints of #baf398
RGB Percentages of Color #baf398
CMYK Percentages of Color #baf398
Complementary Color
#baf398 | #d198f3 |
#baf398 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baf398 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baf398 Color CSS Codes
.mybgcolor {background-color:#baf398; } .myforecolor {color:#baf398; } .mybordercolor {border:3px solid #baf398; }
#baf398 Text Font Color
<p style="color:#baf398">Text here</p>
This sample text font color is #baf398
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.
#baf398 Background Color
<div style="background-color:#baf398">
Div content here</div>
This div background color is #baf398
#baf398 Border Color
<div style="border:3px solid #baf398">
Div here</div>
This div border color is #baf398
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,243,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baf398; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baf398; -webkit-box-shadow: 1px 1px 3px 2px #baf398; box-shadow: 1px 1px 3px 2px #baf398; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,243,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baf398">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baf398; -webkit-box-shadow: 1px 1px 3px 2px #baf398; box-shadow: 1px 1px 3px 2px #baf398;">
Div content here</div>
This div box has shadow with color #baf398
Comments
No comments written yet.
Please login to write comment.