Color spaces of #beeaf3
RGB | 190 | 234 | 243 |
---|---|---|---|
HSL | 0.53 | 0.69 | 0.85 |
HSV | 190° | 22° | 95° |
CMYK | 0.22 | 0.04 | 0.00 0.05 |
XYZ | 66.8357 | 76.2639 | 95.9918 |
Yxy | 76.2639 | 0.2795 | 0.3190 |
Hunter Lab | 87.3292 | -16.2146 | -4.0408 |
CIE-Lab | 89.9817 | -12.1933 | -9.0461 |
#beeaf3 color RGB value is (190,234,243).
#beeaf3 hex color red value is 190, green value is 234 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #beeaf3 hue: 0.53 , saturation: 0.69 and the lightness value of beeaf3 is 0.85.
The process color (four color CMYK) of #beeaf3 color hex is 0.22, 0.04, 0.00, 0.05. Web safe color of #beeaf3 is #ccffff. Color #beeaf3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11101010 | 11110011 |
Octal | 276 | 352 | 363 |
Decimal | 190 | 234 | 243 |
Hex | BE | EA | F3 |
Shades of #beeaf3
Tints of #beeaf3
RGB Percentages of Color #beeaf3
CMYK Percentages of Color #beeaf3
Complementary Color
#beeaf3 | #f3c7be |
#beeaf3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beeaf3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beeaf3 Color CSS Codes
.mybgcolor {background-color:#beeaf3; } .myforecolor {color:#beeaf3; } .mybordercolor {border:3px solid #beeaf3; }
#beeaf3 Text Font Color
<p style="color:#beeaf3">Text here</p>
This sample text font color is #beeaf3
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.
#beeaf3 Background Color
<div style="background-color:#beeaf3">
Div content here</div>
This div background color is #beeaf3
#beeaf3 Border Color
<div style="border:3px solid #beeaf3">
Div here</div>
This div border color is #beeaf3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,234,243, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beeaf3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beeaf3; -webkit-box-shadow: 1px 1px 3px 2px #beeaf3; box-shadow: 1px 1px 3px 2px #beeaf3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,234,243, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beeaf3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beeaf3; -webkit-box-shadow: 1px 1px 3px 2px #beeaf3; box-shadow: 1px 1px 3px 2px #beeaf3;">
Div content here</div>
This div box has shadow with color #beeaf3
Comments
No comments written yet.
Please login to write comment.