Color spaces of #ebbef2
RGB | 235 | 190 | 242 |
---|---|---|---|
HSL | 0.81 | 0.67 | 0.85 |
HSV | 292° | 21° | 95° |
CMYK | 0.03 | 0.21 | 0.00 0.05 |
XYZ | 68.7014 | 60.8999 | 92.1383 |
Yxy | 60.8999 | 0.3098 | 0.2746 |
Hunter Lab | 78.0384 | 20.5760 | -15.3756 |
CIE-Lab | 82.3249 | 24.9095 | -19.6462 |
#ebbef2 color RGB value is (235,190,242).
#ebbef2 hex color red value is 235, green value is 190 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #ebbef2 hue: 0.81 , saturation: 0.67 and the lightness value of ebbef2 is 0.85.
The process color (four color CMYK) of #ebbef2 color hex is 0.03, 0.21, 0.00, 0.05. Web safe color of #ebbef2 is #ffccff. Color #ebbef2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10111110 | 11110010 |
Octal | 353 | 276 | 362 |
Decimal | 235 | 190 | 242 |
Hex | EB | BE | F2 |
Shades of #ebbef2
Tints of #ebbef2
RGB Percentages of Color #ebbef2
CMYK Percentages of Color #ebbef2
Complementary Color
#ebbef2 | #c5f2be |
#ebbef2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebbef2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebbef2 Color CSS Codes
.mybgcolor {background-color:#ebbef2; } .myforecolor {color:#ebbef2; } .mybordercolor {border:3px solid #ebbef2; }
#ebbef2 Text Font Color
<p style="color:#ebbef2">Text here</p>
This sample text font color is #ebbef2
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.
#ebbef2 Background Color
<div style="background-color:#ebbef2">
Div content here</div>
This div background color is #ebbef2
#ebbef2 Border Color
<div style="border:3px solid #ebbef2">
Div here</div>
This div border color is #ebbef2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,190,242, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebbef2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebbef2; -webkit-box-shadow: 1px 1px 3px 2px #ebbef2; box-shadow: 1px 1px 3px 2px #ebbef2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,190,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 #ebbef2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebbef2; -webkit-box-shadow: 1px 1px 3px 2px #ebbef2; box-shadow: 1px 1px 3px 2px #ebbef2;">
Div content here</div>
This div box has shadow with color #ebbef2
Comments
No comments written yet.
Please login to write comment.