Color spaces of #b5dfea
RGB | 181 | 223 | 234 |
---|---|---|---|
HSL | 0.53 | 0.56 | 0.81 |
HSV | 192° | 23° | 92° |
CMYK | 0.23 | 0.05 | 0.00 0.08 |
XYZ | 60.2950 | 68.5396 | 87.8935 |
Yxy | 68.5396 | 0.2782 | 0.3162 |
Hunter Lab | 82.7886 | -14.8785 | -4.9938 |
CIE-Lab | 86.2756 | -11.2231 | -9.8839 |
#b5dfea color RGB value is (181,223,234).
#b5dfea hex color red value is 181, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b5dfea hue: 0.53 , saturation: 0.56 and the lightness value of b5dfea is 0.81.
The process color (four color CMYK) of #b5dfea color hex is 0.23, 0.05, 0.00, 0.08. Web safe color of #b5dfea is #ccccff. Color #b5dfea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 11011111 | 11101010 |
Octal | 265 | 337 | 352 |
Decimal | 181 | 223 | 234 |
Hex | B5 | DF | EA |
Shades of #b5dfea
Tints of #b5dfea
RGB Percentages of Color #b5dfea
CMYK Percentages of Color #b5dfea
Complementary Color
#b5dfea | #eac0b5 |
#b5dfea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5dfea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5dfea Color CSS Codes
.mybgcolor {background-color:#b5dfea; } .myforecolor {color:#b5dfea; } .mybordercolor {border:3px solid #b5dfea; }
#b5dfea Text Font Color
<p style="color:#b5dfea">Text here</p>
This sample text font color is #b5dfea
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.
#b5dfea Background Color
<div style="background-color:#b5dfea">
Div content here</div>
This div background color is #b5dfea
#b5dfea Border Color
<div style="border:3px solid #b5dfea">
Div here</div>
This div border color is #b5dfea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,223,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5dfea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5dfea; -webkit-box-shadow: 1px 1px 3px 2px #b5dfea; box-shadow: 1px 1px 3px 2px #b5dfea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,223,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5dfea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5dfea; -webkit-box-shadow: 1px 1px 3px 2px #b5dfea; box-shadow: 1px 1px 3px 2px #b5dfea;">
Div content here</div>
This div box has shadow with color #b5dfea
Comments
No comments written yet.
Please login to write comment.