Color spaces of #beafeb
RGB | 190 | 175 | 235 |
---|---|---|---|
HSL | 0.71 | 0.60 | 0.80 |
HSV | 255° | 26° | 92° |
CMYK | 0.19 | 0.26 | 0.00 0.08 |
XYZ | 51.5606 | 47.6053 | 85.0685 |
Yxy | 47.6053 | 0.2799 | 0.2584 |
Hunter Lab | 68.9966 | 12.6476 | -24.8033 |
CIE-Lab | 74.5753 | 17.3729 | -28.0399 |
#beafeb color RGB value is (190,175,235).
#beafeb hex color red value is 190, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #beafeb hue: 0.71 , saturation: 0.60 and the lightness value of beafeb is 0.80.
The process color (four color CMYK) of #beafeb color hex is 0.19, 0.26, 0.00, 0.08. Web safe color of #beafeb is #cc99ff. Color #beafeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101111 | 11101011 |
Octal | 276 | 257 | 353 |
Decimal | 190 | 175 | 235 |
Hex | BE | AF | EB |
Shades of #beafeb
Tints of #beafeb
RGB Percentages of Color #beafeb
CMYK Percentages of Color #beafeb
Complementary Color
#beafeb | #dcebaf |
#beafeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beafeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#beafeb Color CSS Codes
.mybgcolor {background-color:#beafeb; } .myforecolor {color:#beafeb; } .mybordercolor {border:3px solid #beafeb; }
#beafeb Text Font Color
<p style="color:#beafeb">Text here</p>
This sample text font color is #beafeb
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.
#beafeb Background Color
<div style="background-color:#beafeb">
Div content here</div>
This div background color is #beafeb
#beafeb Border Color
<div style="border:3px solid #beafeb">
Div here</div>
This div border color is #beafeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,175,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beafeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beafeb; -webkit-box-shadow: 1px 1px 3px 2px #beafeb; box-shadow: 1px 1px 3px 2px #beafeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,175,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beafeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beafeb; -webkit-box-shadow: 1px 1px 3px 2px #beafeb; box-shadow: 1px 1px 3px 2px #beafeb;">
Div content here</div>
This div box has shadow with color #beafeb
Comments
No comments written yet.
Please login to write comment.