Color spaces of #b3fcee
RGB | 179 | 252 | 238 |
---|---|---|---|
HSL | 0.47 | 0.92 | 0.85 |
HSV | 168° | 29° | 99° |
CMYK | 0.29 | 0.00 | 0.06 0.01 |
XYZ | 68.8334 | 85.3776 | 93.7405 |
Yxy | 85.3776 | 0.2776 | 0.3443 |
Hunter Lab | 92.4000 | -28.7264 | 4.5298 |
CIE-Lab | 94.0456 | -25.3235 | -0.5284 |
#b3fcee color RGB value is (179,252,238).
#b3fcee hex color red value is 179, green value is 252 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b3fcee hue: 0.47 , saturation: 0.92 and the lightness value of b3fcee is 0.85.
The process color (four color CMYK) of #b3fcee color hex is 0.29, 0.00, 0.06, 0.01. Web safe color of #b3fcee is #ccffff. Color #b3fcee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 11111100 | 11101110 |
Octal | 263 | 374 | 356 |
Decimal | 179 | 252 | 238 |
Hex | B3 | FC | EE |
Shades of #b3fcee
Tints of #b3fcee
RGB Percentages of Color #b3fcee
CMYK Percentages of Color #b3fcee
Complementary Color
#b3fcee | #fcb3c1 |
#b3fcee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3fcee Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3fcee Color CSS Codes
.mybgcolor {background-color:#b3fcee; } .myforecolor {color:#b3fcee; } .mybordercolor {border:3px solid #b3fcee; }
#b3fcee Text Font Color
<p style="color:#b3fcee">Text here</p>
This sample text font color is #b3fcee
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.
#b3fcee Background Color
<div style="background-color:#b3fcee">
Div content here</div>
This div background color is #b3fcee
#b3fcee Border Color
<div style="border:3px solid #b3fcee">
Div here</div>
This div border color is #b3fcee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,252,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3fcee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3fcee; -webkit-box-shadow: 1px 1px 3px 2px #b3fcee; box-shadow: 1px 1px 3px 2px #b3fcee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,252,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3fcee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3fcee; -webkit-box-shadow: 1px 1px 3px 2px #b3fcee; box-shadow: 1px 1px 3px 2px #b3fcee;">
Div content here</div>
This div box has shadow with color #b3fcee
Related Colors
Comments
No comments written yet.
Please login to write comment.