Color Hex Logo

#efdbde Color Hex

#EFDBDE
(239,219,222)
0 Favorites   0 Comments

Color spaces of #efdbde

RGB 239219222
HSL0.980.380.90
HSV351°94°
CMYK 0.000.080.07   0.06
XYZ74.112974.287779.5400
Yxy74.28770.32510.3259
Hunter Lab86.19032.65475.6179
CIE-Lab89.05837.37161.0109

#efdbde color RGB value is (239,219,222).

#efdbde hex color red value is 239, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #efdbde hue: 0.98 , saturation: 0.38 and the lightness value of efdbde is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 11011110
Octal 357 333 336
Decimal 239 219 222
Hex EF DB DE

RGB Percentages of Color #efdbde

%35.15
%32.21
%32.65

CMYK Percentages of Color #efdbde

%0
%8
%7
%6

Triadic Colors of #efdbde

#efdbde #deefdb #dbdeef

Analogous Colors of #efdbde

#efdbde #efe2db #efdbe8

Monochromatic Colors of #efdbde

#efdbde

Complementary Color

#efdbde #dbefec

#efdbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbde Color CSS Codes

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

#efdbde Text Font Color

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

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


#efdbde Background Color

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

This div background color is #efdbde


#efdbde Border Color

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

This div border color is #efdbde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,219,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efdbde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbde


Comments

No comments written yet.

Please login to write comment.