Color Hex Logo

#efdfbb Color Hex Dutch White

#EFDFBB
(239,223,187)
4 Favorites   0 Comments

Color spaces of #efdfbb Dutch White

RGB 239223187
HSL0.120.620.84
HSV42°22°94°
CMYK 0.000.070.22   0.06
XYZ70.953974.713957.6953
Yxy74.71390.34890.3674
Hunter Lab86.4372-4.739420.9310
CIE-Lab89.2588-0.126619.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

BaseRedGreenBlue
Binary 11101111 11011111 10111011
Octal 357 337 273
Decimal 239 223 187
Hex EF DF BB

RGB Percentages of Color #efdfbb

%36.83
%34.36
%28.81

CMYK Percentages of Color #efdfbb

%0
%7
%22
%6

Triadic Colors of #efdfbb

#efdfbb #bbefdf #dfbbef

Analogous Colors of #efdfbb

#efdfbb #e5efbb #efc5bb

Monochromatic Colors of #efdfbb

#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


Comments

No comments written yet.

Please login to write comment.