Color Hex Logo

#efdabd Color Hex

#EFDABD
(239,218,189)
0 Favorites   0 Comments

Color spaces of #efdabd

RGB 239218189
HSL0.100.610.84
HSV35°21°94°
CMYK 0.000.090.21   0.06
XYZ69.853372.167758.3922
Yxy72.16770.34850.3601
Hunter Lab84.9516-1.889718.7126
CIE-Lab88.04922.729616.9047

#efdabd color RGB value is (239,218,189).

#efdabd hex color red value is 239, green value is 218 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #efdabd hue: 0.10 , saturation: 0.61 and the lightness value of efdabd is 0.84.

The process color (four color CMYK) of #efdabd color hex is 0.00, 0.09, 0.21, 0.06. Web safe color of #efdabd is #ffcccc. Color #efdabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 10111101
Octal 357 332 275
Decimal 239 218 189
Hex EF DA BD

RGB Percentages of Color #efdabd

%37.00
%33.75
%29.26

CMYK Percentages of Color #efdabd

%0
%9
%21
%6

Triadic Colors of #efdabd

#efdabd #bdefda #dabdef

Analogous Colors of #efdabd

#efdabd #ebefbd #efc1bd

Monochromatic Colors of #efdabd

#efdabd

Complementary Color

#efdabd #bdd2ef

#efdabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdabd Color CSS Codes

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

#efdabd Text Font Color

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

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


#efdabd Background Color

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

This div background color is #efdabd


#efdabd Border Color

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

This div border color is #efdabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdabd


Comments

No comments written yet.

Please login to write comment.