Color spaces of #beaae6
RGB | 190 | 170 | 230 |
---|---|---|---|
HSL | 0.72 | 0.55 | 0.78 |
HSV | 260° | 26° | 90° |
CMYK | 0.17 | 0.26 | 0.00 0.10 |
XYZ | 49.8929 | 45.4098 | 80.9982 |
Yxy | 45.4098 | 0.2830 | 0.2576 |
Hunter Lab | 67.3868 | 14.2338 | -24.0952 |
CIE-Lab | 73.1609 | 19.0246 | -27.4925 |
#beaae6 color RGB value is (190,170,230).
#beaae6 hex color red value is 190, green value is 170 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #beaae6 hue: 0.72 , saturation: 0.55 and the lightness value of beaae6 is 0.78.
The process color (four color CMYK) of #beaae6 color hex is 0.17, 0.26, 0.00, 0.10. Web safe color of #beaae6 is #cc99ff. Color #beaae6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101010 | 11100110 |
Octal | 276 | 252 | 346 |
Decimal | 190 | 170 | 230 |
Hex | BE | AA | E6 |
Shades of #beaae6
Tints of #beaae6
RGB Percentages of Color #beaae6
CMYK Percentages of Color #beaae6
Complementary Color
#beaae6 | #d2e6aa |
#beaae6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beaae6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beaae6 Color CSS Codes
.mybgcolor {background-color:#beaae6; } .myforecolor {color:#beaae6; } .mybordercolor {border:3px solid #beaae6; }
#beaae6 Text Font Color
<p style="color:#beaae6">Text here</p>
This sample text font color is #beaae6
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.
#beaae6 Background Color
<div style="background-color:#beaae6">
Div content here</div>
This div background color is #beaae6
#beaae6 Border Color
<div style="border:3px solid #beaae6">
Div here</div>
This div border color is #beaae6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,170,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beaae6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beaae6; -webkit-box-shadow: 1px 1px 3px 2px #beaae6; box-shadow: 1px 1px 3px 2px #beaae6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,170,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beaae6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beaae6; -webkit-box-shadow: 1px 1px 3px 2px #beaae6; box-shadow: 1px 1px 3px 2px #beaae6;">
Div content here</div>
This div box has shadow with color #beaae6
Comments
No comments written yet.
Please login to write comment.