Color spaces of #eefcbf
RGB | 238 | 252 | 191 |
---|---|---|---|
HSL | 0.20 | 0.91 | 0.87 |
HSV | 74° | 24° | 99° |
CMYK | 0.06 | 0.00 | 0.24 0.01 |
XYZ | 79.4743 | 91.5595 | 62.7742 |
Yxy | 91.5595 | 0.3399 | 0.3916 |
Hunter Lab | 95.6867 | -19.1955 | 28.0842 |
CIE-Lab | 96.6400 | -14.4680 | 27.7492 |
#eefcbf color RGB value is (238,252,191).
#eefcbf hex color red value is 238, green value is 252 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #eefcbf hue: 0.20 , saturation: 0.91 and the lightness value of eefcbf is 0.87.
The process color (four color CMYK) of #eefcbf color hex is 0.06, 0.00, 0.24, 0.01. Web safe color of #eefcbf is #ffffcc. Color #eefcbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11111100 | 10111111 |
Octal | 356 | 374 | 277 |
Decimal | 238 | 252 | 191 |
Hex | EE | FC | BF |
Shades of #eefcbf
Tints of #eefcbf
RGB Percentages of Color #eefcbf
CMYK Percentages of Color #eefcbf
Complementary Color
#eefcbf | #cdbffc |
#eefcbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eefcbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eefcbf Color CSS Codes
.mybgcolor {background-color:#eefcbf; } .myforecolor {color:#eefcbf; } .mybordercolor {border:3px solid #eefcbf; }
#eefcbf Text Font Color
<p style="color:#eefcbf">Text here</p>
This sample text font color is #eefcbf
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.
#eefcbf Background Color
<div style="background-color:#eefcbf">
Div content here</div>
This div background color is #eefcbf
#eefcbf Border Color
<div style="border:3px solid #eefcbf">
Div here</div>
This div border color is #eefcbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,252,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eefcbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eefcbf; -webkit-box-shadow: 1px 1px 3px 2px #eefcbf; box-shadow: 1px 1px 3px 2px #eefcbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,252,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eefcbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eefcbf; -webkit-box-shadow: 1px 1px 3px 2px #eefcbf; box-shadow: 1px 1px 3px 2px #eefcbf;">
Div content here</div>
This div box has shadow with color #eefcbf
Comments
No comments written yet.
Please login to write comment.