Color spaces of #bef144
RGB | 190 | 241 | 68 |
---|---|---|---|
HSL | 0.22 | 0.86 | 0.61 |
HSV | 78° | 72° | 95° |
CMYK | 0.21 | 0.00 | 0.72 0.05 |
XYZ | 53.7339 | 74.2751 | 16.9733 |
Yxy | 74.2751 | 0.3706 | 0.5123 |
Hunter Lab | 86.1830 | -39.5280 | 48.6512 |
CIE-Lab | 89.0523 | -39.3774 | 73.4868 |
#bef144 color RGB value is (190,241,68).
#bef144 hex color red value is 190, green value is 241 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #bef144 hue: 0.22 , saturation: 0.86 and the lightness value of bef144 is 0.61.
The process color (four color CMYK) of #bef144 color hex is 0.21, 0.00, 0.72, 0.05. Web safe color of #bef144 is #ccff33. Color #bef144 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11110001 | 01000100 |
Octal | 276 | 361 | 104 |
Decimal | 190 | 241 | 68 |
Hex | BE | F1 | 44 |
Shades of #bef144
Tints of #bef144
RGB Percentages of Color #bef144
CMYK Percentages of Color #bef144
Complementary Color
#bef144 | #7744f1 |
#bef144 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bef144 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bef144 Color CSS Codes
.mybgcolor {background-color:#bef144; } .myforecolor {color:#bef144; } .mybordercolor {border:3px solid #bef144; }
#bef144 Text Font Color
<p style="color:#bef144">Text here</p>
This sample text font color is #bef144
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.
#bef144 Background Color
<div style="background-color:#bef144">
Div content here</div>
This div background color is #bef144
#bef144 Border Color
<div style="border:3px solid #bef144">
Div here</div>
This div border color is #bef144
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,241,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bef144; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bef144; -webkit-box-shadow: 1px 1px 3px 2px #bef144; box-shadow: 1px 1px 3px 2px #bef144; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,241,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bef144">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bef144; -webkit-box-shadow: 1px 1px 3px 2px #bef144; box-shadow: 1px 1px 3px 2px #bef144;">
Div content here</div>
This div box has shadow with color #bef144
Comments
No comments written yet.
Please login to write comment.