Color spaces of #bddfc7
RGB | 189 | 223 | 199 |
---|---|---|---|
HSL | 0.38 | 0.35 | 0.81 |
HSV | 138° | 15° | 87° |
CMYK | 0.15 | 0.00 | 0.11 0.13 |
XYZ | 57.6827 | 67.7177 | 64.0634 |
Yxy | 67.7177 | 0.3045 | 0.3574 |
Hunter Lab | 82.2908 | -18.8871 | 11.4462 |
CIE-Lab | 85.8651 | -15.7502 | 8.0400 |
#bddfc7 color RGB value is (189,223,199).
#bddfc7 hex color red value is 189, green value is 223 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bddfc7 hue: 0.38 , saturation: 0.35 and the lightness value of bddfc7 is 0.81.
The process color (four color CMYK) of #bddfc7 color hex is 0.15, 0.00, 0.11, 0.13. Web safe color of #bddfc7 is #cccccc. Color #bddfc7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011111 | 11000111 |
Octal | 275 | 337 | 307 |
Decimal | 189 | 223 | 199 |
Hex | BD | DF | C7 |
Shades of #bddfc7
Tints of #bddfc7
RGB Percentages of Color #bddfc7
CMYK Percentages of Color #bddfc7
Complementary Color
#bddfc7 | #dfbdd5 |
#bddfc7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bddfc7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bddfc7 Color CSS Codes
.mybgcolor {background-color:#bddfc7; } .myforecolor {color:#bddfc7; } .mybordercolor {border:3px solid #bddfc7; }
#bddfc7 Text Font Color
<p style="color:#bddfc7">Text here</p>
This sample text font color is #bddfc7
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.
#bddfc7 Background Color
<div style="background-color:#bddfc7">
Div content here</div>
This div background color is #bddfc7
#bddfc7 Border Color
<div style="border:3px solid #bddfc7">
Div here</div>
This div border color is #bddfc7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,223,199, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bddfc7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bddfc7; -webkit-box-shadow: 1px 1px 3px 2px #bddfc7; box-shadow: 1px 1px 3px 2px #bddfc7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,223,199, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bddfc7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bddfc7; -webkit-box-shadow: 1px 1px 3px 2px #bddfc7; box-shadow: 1px 1px 3px 2px #bddfc7;">
Div content here</div>
This div box has shadow with color #bddfc7
Comments
No comments written yet.
Please login to write comment.