Color spaces of #beaff2
RGB | 190 | 175 | 242 |
---|---|---|---|
HSL | 0.70 | 0.72 | 0.82 |
HSV | 253° | 28° | 95° |
CMYK | 0.21 | 0.28 | 0.00 0.05 |
XYZ | 52.5922 | 48.0179 | 90.5009 |
Yxy | 48.0179 | 0.2752 | 0.2513 |
Hunter Lab | 69.2949 | 14.2085 | -28.9277 |
CIE-Lab | 74.8362 | 18.9499 | -31.4305 |
#beaff2 color RGB value is (190,175,242).
#beaff2 hex color red value is 190, green value is 175 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #beaff2 hue: 0.70 , saturation: 0.72 and the lightness value of beaff2 is 0.82.
The process color (four color CMYK) of #beaff2 color hex is 0.21, 0.28, 0.00, 0.05. Web safe color of #beaff2 is #cc99ff. Color #beaff2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101111 | 11110010 |
Octal | 276 | 257 | 362 |
Decimal | 190 | 175 | 242 |
Hex | BE | AF | F2 |
Shades of #beaff2
Tints of #beaff2
RGB Percentages of Color #beaff2
CMYK Percentages of Color #beaff2
Complementary Color
#beaff2 | #e3f2af |
#beaff2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beaff2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beaff2 Color CSS Codes
.mybgcolor {background-color:#beaff2; } .myforecolor {color:#beaff2; } .mybordercolor {border:3px solid #beaff2; }
#beaff2 Text Font Color
<p style="color:#beaff2">Text here</p>
This sample text font color is #beaff2
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.
#beaff2 Background Color
<div style="background-color:#beaff2">
Div content here</div>
This div background color is #beaff2
#beaff2 Border Color
<div style="border:3px solid #beaff2">
Div here</div>
This div border color is #beaff2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,175,242, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beaff2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beaff2; -webkit-box-shadow: 1px 1px 3px 2px #beaff2; box-shadow: 1px 1px 3px 2px #beaff2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,175,242, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beaff2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beaff2; -webkit-box-shadow: 1px 1px 3px 2px #beaff2; box-shadow: 1px 1px 3px 2px #beaff2;">
Div content here</div>
This div box has shadow with color #beaff2
Comments
No comments written yet.
Please login to write comment.