Color spaces of #bae283
RGB | 186 | 226 | 131 |
---|---|---|---|
HSL | 0.24 | 0.62 | 0.70 |
HSV | 85° | 42° | 89° |
CMYK | 0.18 | 0.00 | 0.42 0.11 |
XYZ | 51.5428 | 66.4705 | 31.5862 |
Yxy | 66.4705 | 0.3445 | 0.4443 |
Hunter Lab | 81.5294 | -29.8291 | 34.1004 |
CIE-Lab | 85.2358 | -28.6246 | 42.1483 |
#bae283 color RGB value is (186,226,131).
#bae283 hex color red value is 186, green value is 226 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bae283 hue: 0.24 , saturation: 0.62 and the lightness value of bae283 is 0.70.
The process color (four color CMYK) of #bae283 color hex is 0.18, 0.00, 0.42, 0.11. Web safe color of #bae283 is #cccc99. Color #bae283 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11100010 | 10000011 |
Octal | 272 | 342 | 203 |
Decimal | 186 | 226 | 131 |
Hex | BA | E2 | 83 |
Shades of #bae283
Tints of #bae283
RGB Percentages of Color #bae283
CMYK Percentages of Color #bae283
Complementary Color
#bae283 | #ab83e2 |
#bae283 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bae283 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bae283 Color CSS Codes
.mybgcolor {background-color:#bae283; } .myforecolor {color:#bae283; } .mybordercolor {border:3px solid #bae283; }
#bae283 Text Font Color
<p style="color:#bae283">Text here</p>
This sample text font color is #bae283
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.
#bae283 Background Color
<div style="background-color:#bae283">
Div content here</div>
This div background color is #bae283
#bae283 Border Color
<div style="border:3px solid #bae283">
Div here</div>
This div border color is #bae283
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,226,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bae283; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bae283; -webkit-box-shadow: 1px 1px 3px 2px #bae283; box-shadow: 1px 1px 3px 2px #bae283; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,226,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bae283">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bae283; -webkit-box-shadow: 1px 1px 3px 2px #bae283; box-shadow: 1px 1px 3px 2px #bae283;">
Div content here</div>
This div box has shadow with color #bae283
Comments
No comments written yet.
Please login to write comment.