Color spaces of #bcef98
RGB | 188 | 239 | 152 |
---|---|---|---|
HSL | 0.26 | 0.73 | 0.77 |
HSV | 95° | 36° | 94° |
CMYK | 0.21 | 0.00 | 0.36 0.06 |
XYZ | 57.2730 | 74.6914 | 41.1040 |
Yxy | 74.6914 | 0.3309 | 0.4316 |
Hunter Lab | 86.4242 | -32.9510 | 32.2982 |
CIE-Lab | 89.2482 | -31.3373 | 36.9170 |
#bcef98 color RGB value is (188,239,152).
#bcef98 hex color red value is 188, green value is 239 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bcef98 hue: 0.26 , saturation: 0.73 and the lightness value of bcef98 is 0.77.
The process color (four color CMYK) of #bcef98 color hex is 0.21, 0.00, 0.36, 0.06. Web safe color of #bcef98 is #ccff99. Color #bcef98 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11101111 | 10011000 |
Octal | 274 | 357 | 230 |
Decimal | 188 | 239 | 152 |
Hex | BC | EF | 98 |
Shades of #bcef98
Tints of #bcef98
RGB Percentages of Color #bcef98
CMYK Percentages of Color #bcef98
Complementary Color
#bcef98 | #cb98ef |
#bcef98 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcef98 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcef98 Color CSS Codes
.mybgcolor {background-color:#bcef98; } .myforecolor {color:#bcef98; } .mybordercolor {border:3px solid #bcef98; }
#bcef98 Text Font Color
<p style="color:#bcef98">Text here</p>
This sample text font color is #bcef98
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.
#bcef98 Background Color
<div style="background-color:#bcef98">
Div content here</div>
This div background color is #bcef98
#bcef98 Border Color
<div style="border:3px solid #bcef98">
Div here</div>
This div border color is #bcef98
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,239,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcef98; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcef98; -webkit-box-shadow: 1px 1px 3px 2px #bcef98; box-shadow: 1px 1px 3px 2px #bcef98; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,239,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 #bcef98">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcef98; -webkit-box-shadow: 1px 1px 3px 2px #bcef98; box-shadow: 1px 1px 3px 2px #bcef98;">
Div content here</div>
This div box has shadow with color #bcef98
Comments
No comments written yet.
Please login to write comment.