Color spaces of #beefdc
RGB | 190 | 239 | 220 |
---|---|---|---|
HSL | 0.44 | 0.60 | 0.84 |
HSV | 157° | 21° | 94° |
CMYK | 0.21 | 0.00 | 0.08 0.06 |
XYZ | 65.0200 | 77.8475 | 79.3093 |
Yxy | 77.8475 | 0.2926 | 0.3504 |
Hunter Lab | 88.2312 | -22.8631 | 8.4673 |
CIE-Lab | 90.7103 | -19.3969 | 4.0334 |
#beefdc color RGB value is (190,239,220).
#beefdc hex color red value is 190, green value is 239 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #beefdc hue: 0.44 , saturation: 0.60 and the lightness value of beefdc is 0.84.
The process color (four color CMYK) of #beefdc color hex is 0.21, 0.00, 0.08, 0.06. Web safe color of #beefdc is #ccffcc. Color #beefdc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11101111 | 11011100 |
Octal | 276 | 357 | 334 |
Decimal | 190 | 239 | 220 |
Hex | BE | EF | DC |
Shades of #beefdc
Tints of #beefdc
RGB Percentages of Color #beefdc
CMYK Percentages of Color #beefdc
Complementary Color
#beefdc | #efbed1 |
#beefdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beefdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#beefdc Color CSS Codes
.mybgcolor {background-color:#beefdc; } .myforecolor {color:#beefdc; } .mybordercolor {border:3px solid #beefdc; }
#beefdc Text Font Color
<p style="color:#beefdc">Text here</p>
This sample text font color is #beefdc
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.
#beefdc Background Color
<div style="background-color:#beefdc">
Div content here</div>
This div background color is #beefdc
#beefdc Border Color
<div style="border:3px solid #beefdc">
Div here</div>
This div border color is #beefdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,239,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beefdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beefdc; -webkit-box-shadow: 1px 1px 3px 2px #beefdc; box-shadow: 1px 1px 3px 2px #beefdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,239,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beefdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beefdc; -webkit-box-shadow: 1px 1px 3px 2px #beefdc; box-shadow: 1px 1px 3px 2px #beefdc;">
Div content here</div>
This div box has shadow with color #beefdc
Comments
No comments written yet.
Please login to write comment.