Color spaces of #ebfcca
RGB | 235 | 252 | 202 |
---|---|---|---|
HSL | 0.22 | 0.89 | 0.89 |
HSV | 80° | 20° | 99° |
CMYK | 0.07 | 0.00 | 0.20 0.01 |
XYZ | 79.7320 | 91.5472 | 69.3452 |
Yxy | 91.5472 | 0.3314 | 0.3805 |
Hunter Lab | 95.6803 | -18.6935 | 24.0052 |
CIE-Lab | 96.6349 | -13.9377 | 22.1240 |
#ebfcca color RGB value is (235,252,202).
#ebfcca hex color red value is 235, green value is 252 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ebfcca hue: 0.22 , saturation: 0.89 and the lightness value of ebfcca is 0.89.
The process color (four color CMYK) of #ebfcca color hex is 0.07, 0.00, 0.20, 0.01. Web safe color of #ebfcca is #ffffcc. Color #ebfcca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11111100 | 11001010 |
Octal | 353 | 374 | 312 |
Decimal | 235 | 252 | 202 |
Hex | EB | FC | CA |
Shades of #ebfcca
Tints of #ebfcca
RGB Percentages of Color #ebfcca
CMYK Percentages of Color #ebfcca
Complementary Color
#ebfcca | #dbcafc |
#ebfcca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebfcca Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebfcca Color CSS Codes
.mybgcolor {background-color:#ebfcca; } .myforecolor {color:#ebfcca; } .mybordercolor {border:3px solid #ebfcca; }
#ebfcca Text Font Color
<p style="color:#ebfcca">Text here</p>
This sample text font color is #ebfcca
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.
#ebfcca Background Color
<div style="background-color:#ebfcca">
Div content here</div>
This div background color is #ebfcca
#ebfcca Border Color
<div style="border:3px solid #ebfcca">
Div here</div>
This div border color is #ebfcca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,252,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebfcca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebfcca; -webkit-box-shadow: 1px 1px 3px 2px #ebfcca; box-shadow: 1px 1px 3px 2px #ebfcca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,252,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebfcca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebfcca; -webkit-box-shadow: 1px 1px 3px 2px #ebfcca; box-shadow: 1px 1px 3px 2px #ebfcca;">
Div content here</div>
This div box has shadow with color #ebfcca
Comments
No comments written yet.
Please login to write comment.