Hex #bdd5da Color
equivalent to
RGB
(189, 213, 218)Details of #bdd5da
|
|
|
|
Color HEX #bdd5da matches (189, 213, 218) in RGB.
#bdd5da hex color red value is 189, green value is 213 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bdd5da hue: 0.53, saturation: 0.28 and the lightness value of bdd5da is 0.80.
The process color (four color CMYK) of #bdd5da color hex is 0.13, 0.02, 0.00, 0.15. Web safe color of #bdd5da is #cccccc. Color #bdd5da contains mainly BLUE color.
Base Numbers
|
|
|
|
#bdd5da tints
#bdd5da shades
RGB in % of #bdd5da
CMYK in % of #bdd5da
Preview Color #bdd5da on black ground
Very nice color.
Preview Color #bdd5da on white ground
Very nice color.
CSS Codes #bdd5da color
.mybgcolor {background-color:#bdd5da; } .myforecolor {color:#bdd5da; } .mybordercolor {border:3px solid #bdd5da; }
Text Font Color #bdd5da
<p style="color:#bdd5da">Text here</p>
This sample text font color is #bdd5da
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.
Background Color #bdd5da
<div style="background-color:#bdd5da">
Div content here</div>
This div background color is #bdd5da
Border Color #bdd5da
<div style="border:3px solid #bdd5da">
Div here</div>
The color of this border is #bdd5da
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdd5da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdd5da; -webkit-box-shadow: 1px 1px 3px 2px #bdd5da; box-shadow: 1px 1px 3px 2px #bdd5da; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #bdd5da">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdd5da; -webkit-box-shadow: 1px 1px 3px 2px #bdd5da; box-shadow: 1px 1px 3px 2px #bdd5da;">
Div content here</div>
The shadow of div box using color #bdd5da