Color spaces of #bdccee
RGB | 189 | 204 | 238 |
---|---|---|---|
HSL | 0.62 | 0.59 | 0.84 |
HSV | 222° | 21° | 93° |
CMYK | 0.21 | 0.14 | 0.00 0.07 |
XYZ | 58.0117 | 60.1776 | 89.4468 |
Yxy | 60.1776 | 0.2794 | 0.2898 |
Hunter Lab | 77.5742 | -2.2687 | -14.0623 |
CIE-Lab | 81.9346 | 1.9948 | -18.4589 |
#bdccee color RGB value is (189,204,238).
#bdccee hex color red value is 189, green value is 204 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bdccee hue: 0.62 , saturation: 0.59 and the lightness value of bdccee is 0.84.
The process color (four color CMYK) of #bdccee color hex is 0.21, 0.14, 0.00, 0.07. Web safe color of #bdccee is #ccccff. Color #bdccee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001100 | 11101110 |
Octal | 275 | 314 | 356 |
Decimal | 189 | 204 | 238 |
Hex | BD | CC | EE |
Shades of #bdccee
Tints of #bdccee
RGB Percentages of Color #bdccee
CMYK Percentages of Color #bdccee
Complementary Color
#bdccee | #eedfbd |
#bdccee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdccee Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdccee Color CSS Codes
.mybgcolor {background-color:#bdccee; } .myforecolor {color:#bdccee; } .mybordercolor {border:3px solid #bdccee; }
#bdccee Text Font Color
<p style="color:#bdccee">Text here</p>
This sample text font color is #bdccee
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.
#bdccee Background Color
<div style="background-color:#bdccee">
Div content here</div>
This div background color is #bdccee
#bdccee Border Color
<div style="border:3px solid #bdccee">
Div here</div>
This div border color is #bdccee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,204,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdccee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdccee; -webkit-box-shadow: 1px 1px 3px 2px #bdccee; box-shadow: 1px 1px 3px 2px #bdccee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,204,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 #bdccee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdccee; -webkit-box-shadow: 1px 1px 3px 2px #bdccee; box-shadow: 1px 1px 3px 2px #bdccee;">
Div content here</div>
This div box has shadow with color #bdccee
#bdccee Color Palettes
Comments
No comments written yet.
Please login to write comment.