Color spaces of #bedec5
RGB | 190 | 222 | 197 |
---|---|---|---|
HSL | 0.37 | 0.33 | 0.81 |
HSV | 133° | 14° | 87° |
CMYK | 0.14 | 0.00 | 0.11 0.13 |
XYZ | 57.4345 | 67.2209 | 62.7711 |
Yxy | 67.2209 | 0.3064 | 0.3587 |
Hunter Lab | 81.9884 | -18.4368 | 11.9988 |
CIE-Lab | 85.6154 | -15.2818 | 8.7440 |
#bedec5 color RGB value is (190,222,197).
#bedec5 hex color red value is 190, green value is 222 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #bedec5 hue: 0.37 , saturation: 0.33 and the lightness value of bedec5 is 0.81.
The process color (four color CMYK) of #bedec5 color hex is 0.14, 0.00, 0.11, 0.13. Web safe color of #bedec5 is #cccccc. Color #bedec5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11011110 | 11000101 |
Octal | 276 | 336 | 305 |
Decimal | 190 | 222 | 197 |
Hex | BE | DE | C5 |
Shades of #bedec5
Tints of #bedec5
RGB Percentages of Color #bedec5
CMYK Percentages of Color #bedec5
Complementary Color
#bedec5 | #debed7 |
#bedec5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bedec5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bedec5 Color CSS Codes
.mybgcolor {background-color:#bedec5; } .myforecolor {color:#bedec5; } .mybordercolor {border:3px solid #bedec5; }
#bedec5 Text Font Color
<p style="color:#bedec5">Text here</p>
This sample text font color is #bedec5
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.
#bedec5 Background Color
<div style="background-color:#bedec5">
Div content here</div>
This div background color is #bedec5
#bedec5 Border Color
<div style="border:3px solid #bedec5">
Div here</div>
This div border color is #bedec5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,222,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bedec5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bedec5; -webkit-box-shadow: 1px 1px 3px 2px #bedec5; box-shadow: 1px 1px 3px 2px #bedec5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,222,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bedec5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bedec5; -webkit-box-shadow: 1px 1px 3px 2px #bedec5; box-shadow: 1px 1px 3px 2px #bedec5;">
Div content here</div>
This div box has shadow with color #bedec5
Comments
No comments written yet.
Please login to write comment.