Color Hex Logo

#efd8bf Color Hex

#EFD8BF
(239,216,191)
0 Favorites   0 Comments

Color spaces of #efd8bf

RGB 239216191
HSL0.090.600.84
HSV31°20°94°
CMYK 0.000.100.20   0.06
XYZ69.556471.224059.3718
Yxy71.22400.34750.3558
Hunter Lab84.3943-0.573317.3652
CIE-Lab87.59374.052915.2156

#efd8bf color RGB value is (239,216,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 10111111
Octal 357 330 277
Decimal 239 216 191
Hex EF D8 BF

RGB Percentages of Color #efd8bf

%37.00
%33.44
%29.57

CMYK Percentages of Color #efd8bf

%0
%10
%20
%6

Triadic Colors of #efd8bf

#efd8bf #bfefd8 #d8bfef

Analogous Colors of #efd8bf

#efd8bf #eeefbf #efc0bf

Monochromatic Colors of #efd8bf

#efd8bf

Complementary Color

#efd8bf #bfd6ef

#efd8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd8bf Color CSS Codes

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

#efd8bf Text Font Color

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

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


#efd8bf Background Color

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

This div background color is #efd8bf


#efd8bf Border Color

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

This div border color is #efd8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd8bf


Comments

No comments written yet.

Please login to write comment.