Color Hex Logo

#efe8db Color Hex

#EFE8DB
(239,232,219)
0 Favorites   0 Comments

Color spaces of #efe8db

RGB 239232219
HSL0.110.380.90
HSV39°94°
CMYK 0.000.030.08   0.06
XYZ77.239481.178478.6159
Yxy81.17840.32590.3425
Hunter Lab90.0991-4.650311.3359
CIE-Lab92.21100.16477.1469

#efe8db color RGB value is (239,232,219).

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

The process color (four color CMYK) of #efe8db color hex is 0.00, 0.03, 0.08, 0.06. Web safe color of #efe8db is #ffffcc. Color #efe8db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101000 11011011
Octal 357 350 333
Decimal 239 232 219
Hex EF E8 DB

RGB Percentages of Color #efe8db

%34.64
%33.62
%31.74

CMYK Percentages of Color #efe8db

%0
%3
%8
%6

Triadic Colors of #efe8db

#efe8db #dbefe8 #e8dbef

Analogous Colors of #efe8db

#efe8db #ecefdb #efdedb

Monochromatic Colors of #efe8db

#efe8db

Complementary Color

#efe8db #dbe2ef

#efe8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe8db Color CSS Codes

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

#efe8db Text Font Color

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

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


#efe8db Background Color

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

This div background color is #efe8db


#efe8db Border Color

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

This div border color is #efe8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe8db

#efe8db Color Palettes


Comments

No comments written yet.

Please login to write comment.