Color spaces of #bec255
RGB | 190 | 194 | 85 |
---|---|---|---|
HSL | 0.17 | 0.47 | 0.55 |
HSV | 62° | 56° | 76° |
CMYK | 0.02 | 0.00 | 0.56 0.24 |
XYZ | 42.1667 | 50.1866 | 16.0589 |
Yxy | 50.1866 | 0.3889 | 0.4629 |
Hunter Lab | 70.8425 | -17.7280 | 36.1496 |
CIE-Lab | 76.1837 | -16.0021 | 53.2681 |
#bec255 color RGB value is (190,194,85).
#bec255 hex color red value is 190, green value is 194 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bec255 hue: 0.17 , saturation: 0.47 and the lightness value of bec255 is 0.55.
The process color (four color CMYK) of #bec255 color hex is 0.02, 0.00, 0.56, 0.24. Web safe color of #bec255 is #cccc66. Color #bec255 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11000010 | 01010101 |
Octal | 276 | 302 | 125 |
Decimal | 190 | 194 | 85 |
Hex | BE | C2 | 55 |
Shades of #bec255
Tints of #bec255
RGB Percentages of Color #bec255
CMYK Percentages of Color #bec255
Complementary Color
#bec255 | #5955c2 |
#bec255 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bec255 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bec255 Color CSS Codes
.mybgcolor {background-color:#bec255; } .myforecolor {color:#bec255; } .mybordercolor {border:3px solid #bec255; }
#bec255 Text Font Color
<p style="color:#bec255">Text here</p>
This sample text font color is #bec255
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.
#bec255 Background Color
<div style="background-color:#bec255">
Div content here</div>
This div background color is #bec255
#bec255 Border Color
<div style="border:3px solid #bec255">
Div here</div>
This div border color is #bec255
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,194,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bec255; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bec255; -webkit-box-shadow: 1px 1px 3px 2px #bec255; box-shadow: 1px 1px 3px 2px #bec255; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,194,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bec255">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bec255; -webkit-box-shadow: 1px 1px 3px 2px #bec255; box-shadow: 1px 1px 3px 2px #bec255;">
Div content here</div>
This div box has shadow with color #bec255
Comments
No comments written yet.
Please login to write comment.