Color spaces of #baecc9
RGB | 186 | 236 | 201 |
---|---|---|---|
HSL | 0.38 | 0.57 | 0.83 |
HSV | 138° | 21° | 93° |
CMYK | 0.21 | 0.00 | 0.15 0.07 |
XYZ | 60.7878 | 74.6471 | 66.4628 |
Yxy | 74.6471 | 0.3011 | 0.3697 |
Hunter Lab | 86.3986 | -25.6095 | 14.8697 |
CIE-Lab | 89.2274 | -22.7794 | 11.7705 |
#baecc9 color RGB value is (186,236,201).
#baecc9 hex color red value is 186, green value is 236 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #baecc9 hue: 0.38 , saturation: 0.57 and the lightness value of baecc9 is 0.83.
The process color (four color CMYK) of #baecc9 color hex is 0.21, 0.00, 0.15, 0.07. Web safe color of #baecc9 is #ccffcc. Color #baecc9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11101100 | 11001001 |
Octal | 272 | 354 | 311 |
Decimal | 186 | 236 | 201 |
Hex | BA | EC | C9 |
Shades of #baecc9
Tints of #baecc9
RGB Percentages of Color #baecc9
CMYK Percentages of Color #baecc9
Complementary Color
#baecc9 | #ecbadd |
#baecc9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baecc9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baecc9 Color CSS Codes
.mybgcolor {background-color:#baecc9; } .myforecolor {color:#baecc9; } .mybordercolor {border:3px solid #baecc9; }
#baecc9 Text Font Color
<p style="color:#baecc9">Text here</p>
This sample text font color is #baecc9
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.
#baecc9 Background Color
<div style="background-color:#baecc9">
Div content here</div>
This div background color is #baecc9
#baecc9 Border Color
<div style="border:3px solid #baecc9">
Div here</div>
This div border color is #baecc9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,236,201, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baecc9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baecc9; -webkit-box-shadow: 1px 1px 3px 2px #baecc9; box-shadow: 1px 1px 3px 2px #baecc9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,236,201, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baecc9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baecc9; -webkit-box-shadow: 1px 1px 3px 2px #baecc9; box-shadow: 1px 1px 3px 2px #baecc9;">
Div content here</div>
This div box has shadow with color #baecc9
Comments
No comments written yet.
Please login to write comment.