Color Hex Logo

#efdabf Color Hex

#EFDABF
(239,218,191)
0 Favorites   0 Comments

Color spaces of #efdabf

RGB 239218191
HSL0.090.600.84
HSV34°20°94°
CMYK 0.000.090.20   0.06
XYZ70.072072.255159.5437
Yxy72.25510.34710.3579
Hunter Lab85.0030-1.609217.9701
CIE-Lab88.09123.019015.9159

#efdabf color RGB value is (239,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 10111111
Octal 357 332 277
Decimal 239 218 191
Hex EF DA BF

RGB Percentages of Color #efdabf

%36.88
%33.64
%29.48

CMYK Percentages of Color #efdabf

%0
%9
%20
%6

Triadic Colors of #efdabf

#efdabf #bfefda #dabfef

Analogous Colors of #efdabf

#efdabf #ecefbf #efc2bf

Monochromatic Colors of #efdabf

#efdabf

Complementary Color

#efdabf #bfd4ef

#efdabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdabf Color CSS Codes

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

#efdabf Text Font Color

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

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


#efdabf Background Color

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

This div background color is #efdabf


#efdabf Border Color

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

This div border color is #efdabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdabf


Comments

No comments written yet.

Please login to write comment.