Color spaces of #bbeef2
RGB | 187 | 238 | 242 |
---|---|---|---|
HSL | 0.51 | 0.68 | 0.84 |
HSV | 184° | 23° | 95° |
CMYK | 0.23 | 0.02 | 0.00 0.05 |
XYZ | 67.0951 | 78.1247 | 95.5477 |
Yxy | 78.1247 | 0.2787 | 0.3245 |
Hunter Lab | 88.3882 | -19.1807 | -2.2208 |
CIE-Lab | 90.8368 | -15.3044 | -7.2757 |
#bbeef2 color RGB value is (187,238,242).
#bbeef2 hex color red value is 187, green value is 238 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #bbeef2 hue: 0.51 , saturation: 0.68 and the lightness value of bbeef2 is 0.84.
The process color (four color CMYK) of #bbeef2 color hex is 0.23, 0.02, 0.00, 0.05. Web safe color of #bbeef2 is #ccffff. Color #bbeef2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101110 | 11110010 |
Octal | 273 | 356 | 362 |
Decimal | 187 | 238 | 242 |
Hex | BB | EE | F2 |
Shades of #bbeef2
Tints of #bbeef2
RGB Percentages of Color #bbeef2
CMYK Percentages of Color #bbeef2
Complementary Color
#bbeef2 | #f2bfbb |
#bbeef2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbeef2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbeef2 Color CSS Codes
.mybgcolor {background-color:#bbeef2; } .myforecolor {color:#bbeef2; } .mybordercolor {border:3px solid #bbeef2; }
#bbeef2 Text Font Color
<p style="color:#bbeef2">Text here</p>
This sample text font color is #bbeef2
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.
#bbeef2 Background Color
<div style="background-color:#bbeef2">
Div content here</div>
This div background color is #bbeef2
#bbeef2 Border Color
<div style="border:3px solid #bbeef2">
Div here</div>
This div border color is #bbeef2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,238,242, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbeef2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbeef2; -webkit-box-shadow: 1px 1px 3px 2px #bbeef2; box-shadow: 1px 1px 3px 2px #bbeef2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,238,242, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbeef2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbeef2; -webkit-box-shadow: 1px 1px 3px 2px #bbeef2; box-shadow: 1px 1px 3px 2px #bbeef2;">
Div content here</div>
This div box has shadow with color #bbeef2
#bbeef2 Color Palettes
Comments
No comments written yet.
Please login to write comment.