Color Hex Logo

#efd8bb Color Hex

#EFD8BB
(239,216,187)
0 Favorites   0 Comments

Color spaces of #efd8bb

RGB 239216187
HSL0.090.620.84
HSV33°22°94°
CMYK 0.000.100.22   0.06
XYZ69.122171.050357.0847
Yxy71.05030.35040.3602
Hunter Lab84.2913-1.133118.8509
CIE-Lab87.50943.476417.1959

#efd8bb color RGB value is (239,216,187).

#efd8bb hex color red value is 239, green value is 216 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #efd8bb hue: 0.09 , saturation: 0.62 and the lightness value of efd8bb is 0.84.

The process color (four color CMYK) of #efd8bb color hex is 0.00, 0.10, 0.22, 0.06. Web safe color of #efd8bb is #ffcccc. Color #efd8bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 10111011
Octal 357 330 273
Decimal 239 216 187
Hex EF D8 BB

RGB Percentages of Color #efd8bb

%37.23
%33.64
%29.13

CMYK Percentages of Color #efd8bb

%0
%10
%22
%6

Triadic Colors of #efd8bb

#efd8bb #bbefd8 #d8bbef

Analogous Colors of #efd8bb

#efd8bb #ecefbb #efbebb

Monochromatic Colors of #efd8bb

#efd8bb

Complementary Color

#efd8bb #bbd2ef

#efd8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd8bb Color CSS Codes

.mybgcolor {background-color:#efd8bb; } 
.myforecolor {color:#efd8bb; }
.mybordercolor {border:3px solid #efd8bb; }

#efd8bb Text Font Color

<p style="color:#efd8bb">Text here</p>

This sample text font color is #efd8bb
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.


#efd8bb Background Color

<div style="background-color:#efd8bb">
Div content here</div>

This div background color is #efd8bb


#efd8bb Border Color

<div style="border:3px solid #efd8bb">
Div here</div>

This div border color is #efd8bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,216,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efd8bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efd8bb;
  -webkit-box-shadow: 1px 1px 3px 2px #efd8bb;
  box-shadow:         1px 1px 3px 2px #efd8bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,216,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 #efd8bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #efd8bb;
  -webkit-box-shadow: 1px 1px 3px 2px #efd8bb;
  box-shadow:         1px 1px 3px 2px #efd8bb;">
Div content here</div>

This div box has shadow with color #efd8bb


Comments

No comments written yet.

Please login to write comment.