Color spaces of #efdfbb Dutch White
RGB | 239 | 223 | 187 |
---|---|---|---|
HSL | 0.12 | 0.62 | 0.84 |
HSV | 42° | 22° | 94° |
CMYK | 0.00 | 0.07 | 0.22 0.06 |
XYZ | 70.9539 | 74.7139 | 57.6953 |
Yxy | 74.7139 | 0.3489 | 0.3674 |
Hunter Lab | 86.4372 | -4.7394 | 20.9310 |
CIE-Lab | 89.2588 | -0.1266 | 19.6391 |
#efdfbb color RGB value is (239,223,187). #efdfbb color name is Dutch White color.
#efdfbb hex color red value is 239, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #efdfbb hue: 0.12 , saturation: 0.62 and the lightness value of efdfbb is 0.84.
The process color (four color CMYK) of #efdfbb color hex is 0.00, 0.07, 0.22, 0.06. Web safe color of #efdfbb is #ffcccc. Color #efdfbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11011111 | 10111011 |
Octal | 357 | 337 | 273 |
Decimal | 239 | 223 | 187 |
Hex | EF | DF | BB |
Shades of #efdfbb
Tints of #efdfbb
RGB Percentages of Color #efdfbb
CMYK Percentages of Color #efdfbb
Complementary Color
#efdfbb | #bbcbef |
#efdfbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efdfbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#efdfbb Color CSS Codes
.mybgcolor {background-color:#efdfbb; } .myforecolor {color:#efdfbb; } .mybordercolor {border:3px solid #efdfbb; }
#efdfbb Text Font Color
<p style="color:#efdfbb">Text here</p>
This sample text font color is #efdfbb
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.
#efdfbb Background Color
<div style="background-color:#efdfbb">
Div content here</div>
This div background color is #efdfbb
#efdfbb Border Color
<div style="border:3px solid #efdfbb">
Div here</div>
This div border color is #efdfbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,223,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efdfbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efdfbb; -webkit-box-shadow: 1px 1px 3px 2px #efdfbb; box-shadow: 1px 1px 3px 2px #efdfbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,223,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efdfbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efdfbb; -webkit-box-shadow: 1px 1px 3px 2px #efdfbb; box-shadow: 1px 1px 3px 2px #efdfbb;">
Div content here</div>
This div box has shadow with color #efdfbb
#efdfbb Color Palettes
Comments
No comments written yet.
Please login to write comment.