Color Hex Logo

#efdebb Color Hex

#EFDEBB
(239,222,187)
0 Favorites   0 Comments

Color spaces of #efdebb

RGB 239222187
HSL0.110.620.84
HSV40°22°94°
CMYK 0.000.070.22   0.06
XYZ70.687574.181157.6065
Yxy74.18110.34910.3664
Hunter Lab86.1285-4.225920.6342
CIE-Lab89.00800.386119.2898

#efdebb color RGB value is (239,222,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 10111011
Octal 357 336 273
Decimal 239 222 187
Hex EF DE BB

RGB Percentages of Color #efdebb

%36.88
%34.26
%28.86

CMYK Percentages of Color #efdebb

%0
%7
%22
%6

Triadic Colors of #efdebb

#efdebb #bbefde #debbef

Analogous Colors of #efdebb

#efdebb #e6efbb #efc4bb

Monochromatic Colors of #efdebb

#efdebb

Complementary Color

#efdebb #bbccef

#efdebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdebb Color CSS Codes

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

#efdebb Text Font Color

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

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


#efdebb Background Color

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

This div background color is #efdebb


#efdebb Border Color

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

This div border color is #efdebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdebb


Comments

No comments written yet.

Please login to write comment.