Color spaces of #b3deed
RGB | 179 | 222 | 237 |
---|---|---|---|
HSL | 0.54 | 0.62 | 0.82 |
HSV | 196° | 24° | 93° |
CMYK | 0.24 | 0.06 | 0.00 0.07 |
XYZ | 59.9977 | 67.9407 | 90.0724 |
Yxy | 67.9407 | 0.2752 | 0.3116 |
Hunter Lab | 82.4261 | -14.3162 | -7.0917 |
CIE-Lab | 85.9768 | -10.6426 | -11.9253 |
#b3deed color RGB value is (179,222,237).
#b3deed hex color red value is 179, green value is 222 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b3deed hue: 0.54 , saturation: 0.62 and the lightness value of b3deed is 0.82.
The process color (four color CMYK) of #b3deed color hex is 0.24, 0.06, 0.00, 0.07. Web safe color of #b3deed is #ccccff. Color #b3deed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 11011110 | 11101101 |
Octal | 263 | 336 | 355 |
Decimal | 179 | 222 | 237 |
Hex | B3 | DE | ED |
Shades of #b3deed
Tints of #b3deed
RGB Percentages of Color #b3deed
CMYK Percentages of Color #b3deed
Complementary Color
#b3deed | #edc2b3 |
#b3deed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3deed Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3deed Color CSS Codes
.mybgcolor {background-color:#b3deed; } .myforecolor {color:#b3deed; } .mybordercolor {border:3px solid #b3deed; }
#b3deed Text Font Color
<p style="color:#b3deed">Text here</p>
This sample text font color is #b3deed
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.
#b3deed Background Color
<div style="background-color:#b3deed">
Div content here</div>
This div background color is #b3deed
#b3deed Border Color
<div style="border:3px solid #b3deed">
Div here</div>
This div border color is #b3deed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,222,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3deed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3deed; -webkit-box-shadow: 1px 1px 3px 2px #b3deed; box-shadow: 1px 1px 3px 2px #b3deed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,222,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3deed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3deed; -webkit-box-shadow: 1px 1px 3px 2px #b3deed; box-shadow: 1px 1px 3px 2px #b3deed;">
Div content here</div>
This div box has shadow with color #b3deed
Comments
No comments written yet.
Please login to write comment.