Color spaces of #beddd7
RGB | 190 | 221 | 215 |
---|---|---|---|
HSL | 0.47 | 0.31 | 0.81 |
HSV | 168° | 14° | 87° |
CMYK | 0.14 | 0.00 | 0.03 0.13 |
XYZ | 59.3574 | 67.5663 | 74.2031 |
Yxy | 67.5663 | 0.2951 | 0.3359 |
Hunter Lab | 82.1987 | -14.9492 | 4.0164 |
CIE-Lab | 85.7891 | -11.3649 | -0.5034 |
#beddd7 color RGB value is (190,221,215).
#beddd7 hex color red value is 190, green value is 221 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #beddd7 hue: 0.47 , saturation: 0.31 and the lightness value of beddd7 is 0.81.
The process color (four color CMYK) of #beddd7 color hex is 0.14, 0.00, 0.03, 0.13. Web safe color of #beddd7 is #cccccc. Color #beddd7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11011101 | 11010111 |
Octal | 276 | 335 | 327 |
Decimal | 190 | 221 | 215 |
Hex | BE | DD | D7 |
Shades of #beddd7
Tints of #beddd7
RGB Percentages of Color #beddd7
CMYK Percentages of Color #beddd7
Complementary Color
#beddd7 | #ddbec4 |
#beddd7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beddd7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beddd7 Color CSS Codes
.mybgcolor {background-color:#beddd7; } .myforecolor {color:#beddd7; } .mybordercolor {border:3px solid #beddd7; }
#beddd7 Text Font Color
<p style="color:#beddd7">Text here</p>
This sample text font color is #beddd7
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.
#beddd7 Background Color
<div style="background-color:#beddd7">
Div content here</div>
This div background color is #beddd7
#beddd7 Border Color
<div style="border:3px solid #beddd7">
Div here</div>
This div border color is #beddd7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,221,215, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beddd7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beddd7; -webkit-box-shadow: 1px 1px 3px 2px #beddd7; box-shadow: 1px 1px 3px 2px #beddd7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,221,215, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beddd7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beddd7; -webkit-box-shadow: 1px 1px 3px 2px #beddd7; box-shadow: 1px 1px 3px 2px #beddd7;">
Div content here</div>
This div box has shadow with color #beddd7
#beddd7 Color Palettes
Comments
No comments written yet.
Please login to write comment.