Color spaces of #ebfca8
RGB | 235 | 252 | 168 |
---|---|---|---|
HSL | 0.20 | 0.93 | 0.82 |
HSV | 72° | 33° | 99° |
CMYK | 0.07 | 0.00 | 0.33 0.01 |
XYZ | 76.1392 | 90.1101 | 50.4258 |
Yxy | 90.1101 | 0.3514 | 0.4159 |
Hunter Lab | 94.9263 | -22.9485 | 34.9530 |
CIE-Lab | 96.0424 | -18.5759 | 38.4396 |
#ebfca8 color RGB value is (235,252,168).
#ebfca8 hex color red value is 235, green value is 252 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ebfca8 hue: 0.20 , saturation: 0.93 and the lightness value of ebfca8 is 0.82.
The process color (four color CMYK) of #ebfca8 color hex is 0.07, 0.00, 0.33, 0.01. Web safe color of #ebfca8 is #ffff99. Color #ebfca8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11111100 | 10101000 |
Octal | 353 | 374 | 250 |
Decimal | 235 | 252 | 168 |
Hex | EB | FC | A8 |
Shades of #ebfca8
Tints of #ebfca8
RGB Percentages of Color #ebfca8
CMYK Percentages of Color #ebfca8
Complementary Color
#ebfca8 | #b9a8fc |
#ebfca8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebfca8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebfca8 Color CSS Codes
.mybgcolor {background-color:#ebfca8; } .myforecolor {color:#ebfca8; } .mybordercolor {border:3px solid #ebfca8; }
#ebfca8 Text Font Color
<p style="color:#ebfca8">Text here</p>
This sample text font color is #ebfca8
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.
#ebfca8 Background Color
<div style="background-color:#ebfca8">
Div content here</div>
This div background color is #ebfca8
#ebfca8 Border Color
<div style="border:3px solid #ebfca8">
Div here</div>
This div border color is #ebfca8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,252,168, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebfca8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebfca8; -webkit-box-shadow: 1px 1px 3px 2px #ebfca8; box-shadow: 1px 1px 3px 2px #ebfca8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,252,168, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebfca8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebfca8; -webkit-box-shadow: 1px 1px 3px 2px #ebfca8; box-shadow: 1px 1px 3px 2px #ebfca8;">
Div content here</div>
This div box has shadow with color #ebfca8
Comments
No comments written yet.
Please login to write comment.