Color spaces of #cbeef7
RGB | 203 | 238 | 247 |
---|---|---|---|
HSL | 0.53 | 0.73 | 0.88 |
HSV | 192° | 18° | 97° |
CMYK | 0.18 | 0.04 | 0.00 0.03 |
XYZ | 71.9916 | 80.5610 | 99.7511 |
Yxy | 80.5610 | 0.2853 | 0.3193 |
Hunter Lab | 89.7558 | -13.9008 | -3.0636 |
CIE-Lab | 91.9360 | -9.4657 | -8.1482 |
#cbeef7 color RGB value is (203,238,247).
#cbeef7 hex color red value is 203, green value is 238 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #cbeef7 hue: 0.53 , saturation: 0.73 and the lightness value of cbeef7 is 0.88.
The process color (four color CMYK) of #cbeef7 color hex is 0.18, 0.04, 0.00, 0.03. Web safe color of #cbeef7 is #ccffff. Color #cbeef7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11101110 | 11110111 |
Octal | 313 | 356 | 367 |
Decimal | 203 | 238 | 247 |
Hex | CB | EE | F7 |
Shades of #cbeef7
Tints of #cbeef7
RGB Percentages of Color #cbeef7
CMYK Percentages of Color #cbeef7
Complementary Color
#cbeef7 | #f7d4cb |
#cbeef7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbeef7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbeef7 Color CSS Codes
.mybgcolor {background-color:#cbeef7; } .myforecolor {color:#cbeef7; } .mybordercolor {border:3px solid #cbeef7; }
#cbeef7 Text Font Color
<p style="color:#cbeef7">Text here</p>
This sample text font color is #cbeef7
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.
#cbeef7 Background Color
<div style="background-color:#cbeef7">
Div content here</div>
This div background color is #cbeef7
#cbeef7 Border Color
<div style="border:3px solid #cbeef7">
Div here</div>
This div border color is #cbeef7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,238,247, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbeef7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbeef7; -webkit-box-shadow: 1px 1px 3px 2px #cbeef7; box-shadow: 1px 1px 3px 2px #cbeef7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,238,247, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbeef7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbeef7; -webkit-box-shadow: 1px 1px 3px 2px #cbeef7; box-shadow: 1px 1px 3px 2px #cbeef7;">
Div content here</div>
This div box has shadow with color #cbeef7
Comments
No comments written yet.
Please login to write comment.