Color spaces of #beaaf2
RGB | 190 | 170 | 242 |
---|---|---|---|
HSL | 0.71 | 0.73 | 0.81 |
HSV | 257° | 30° | 95° |
CMYK | 0.21 | 0.30 | 0.00 0.05 |
XYZ | 51.6369 | 46.1074 | 90.1825 |
Yxy | 46.1074 | 0.2748 | 0.2453 |
Hunter Lab | 67.9024 | 16.9124 | -31.2125 |
CIE-Lab | 73.6152 | 21.7125 | -33.3149 |
#beaaf2 color RGB value is (190,170,242).
#beaaf2 hex color red value is 190, green value is 170 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #beaaf2 hue: 0.71 , saturation: 0.73 and the lightness value of beaaf2 is 0.81.
The process color (four color CMYK) of #beaaf2 color hex is 0.21, 0.30, 0.00, 0.05. Web safe color of #beaaf2 is #cc99ff. Color #beaaf2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101010 | 11110010 |
Octal | 276 | 252 | 362 |
Decimal | 190 | 170 | 242 |
Hex | BE | AA | F2 |
Shades of #beaaf2
Tints of #beaaf2
RGB Percentages of Color #beaaf2
CMYK Percentages of Color #beaaf2
Complementary Color
#beaaf2 | #def2aa |
#beaaf2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beaaf2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beaaf2 Color CSS Codes
.mybgcolor {background-color:#beaaf2; } .myforecolor {color:#beaaf2; } .mybordercolor {border:3px solid #beaaf2; }
#beaaf2 Text Font Color
<p style="color:#beaaf2">Text here</p>
This sample text font color is #beaaf2
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.
#beaaf2 Background Color
<div style="background-color:#beaaf2">
Div content here</div>
This div background color is #beaaf2
#beaaf2 Border Color
<div style="border:3px solid #beaaf2">
Div here</div>
This div border color is #beaaf2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,170,242, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beaaf2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beaaf2; -webkit-box-shadow: 1px 1px 3px 2px #beaaf2; box-shadow: 1px 1px 3px 2px #beaaf2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,170,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 #beaaf2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beaaf2; -webkit-box-shadow: 1px 1px 3px 2px #beaaf2; box-shadow: 1px 1px 3px 2px #beaaf2;">
Div content here</div>
This div box has shadow with color #beaaf2
Comments
No comments written yet.
Please login to write comment.