Color spaces of #beffcd
RGB | 190 | 255 | 205 |
---|---|---|---|
HSL | 0.37 | 1.00 | 0.87 |
HSV | 134° | 25° | 100° |
CMYK | 0.25 | 0.00 | 0.20 0.00 |
XYZ | 68.0146 | 86.8749 | 70.9414 |
Yxy | 86.8749 | 0.3012 | 0.3847 |
Hunter Lab | 93.2067 | -32.8571 | 20.1179 |
CIE-Lab | 94.6852 | -29.8678 | 17.4521 |
#beffcd color RGB value is (190,255,205).
#beffcd hex color red value is 190, green value is 255 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #beffcd hue: 0.37 , saturation: 1.00 and the lightness value of beffcd is 0.87.
The process color (four color CMYK) of #beffcd color hex is 0.25, 0.00, 0.20, 0.00. Web safe color of #beffcd is #ccffcc. Color #beffcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11111111 | 11001101 |
Octal | 276 | 377 | 315 |
Decimal | 190 | 255 | 205 |
Hex | BE | FF | CD |
Shades of #beffcd
Tints of #beffcd
RGB Percentages of Color #beffcd
CMYK Percentages of Color #beffcd
Complementary Color
#beffcd | #ffbef0 |
#beffcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beffcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#beffcd Color CSS Codes
.mybgcolor {background-color:#beffcd; } .myforecolor {color:#beffcd; } .mybordercolor {border:3px solid #beffcd; }
#beffcd Text Font Color
<p style="color:#beffcd">Text here</p>
This sample text font color is #beffcd
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.
#beffcd Background Color
<div style="background-color:#beffcd">
Div content here</div>
This div background color is #beffcd
#beffcd Border Color
<div style="border:3px solid #beffcd">
Div here</div>
This div border color is #beffcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,255,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beffcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beffcd; -webkit-box-shadow: 1px 1px 3px 2px #beffcd; box-shadow: 1px 1px 3px 2px #beffcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,255,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beffcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beffcd; -webkit-box-shadow: 1px 1px 3px 2px #beffcd; box-shadow: 1px 1px 3px 2px #beffcd;">
Div content here</div>
This div box has shadow with color #beffcd
Comments
No comments written yet.
Please login to write comment.