Color Hex Logo

#efdbc9 Color Hex

#EFDBC9
(239,219,201)
0 Favorites   0 Comments

Color spaces of #efdbc9

RGB 239219201
HSL0.080.540.86
HSV28°16°94°
CMYK 0.000.080.16   0.06
XYZ71.470773.230865.6264
Yxy73.23080.33980.3482
Hunter Lab85.5750-0.676214.4337
CIE-Lab88.55773.994111.3304

#efdbc9 color RGB value is (239,219,201).

#efdbc9 hex color red value is 239, green value is 219 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #efdbc9 hue: 0.08 , saturation: 0.54 and the lightness value of efdbc9 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 11001001
Octal 357 333 311
Decimal 239 219 201
Hex EF DB C9

RGB Percentages of Color #efdbc9

%36.27
%33.23
%30.50

CMYK Percentages of Color #efdbc9

%0
%8
%16
%6

Triadic Colors of #efdbc9

#efdbc9 #c9efdb #dbc9ef

Analogous Colors of #efdbc9

#efdbc9 #efeec9 #efc9ca

Monochromatic Colors of #efdbc9

#efdbc9

Complementary Color

#efdbc9 #c9ddef

#efdbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbc9 Color CSS Codes

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

#efdbc9 Text Font Color

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

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


#efdbc9 Background Color

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

This div background color is #efdbc9


#efdbc9 Border Color

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

This div border color is #efdbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbc9


Comments

No comments written yet.

Please login to write comment.