Color Hex Logo

#efe9db Color Hex

#EFE9DB
(239,233,219)
2 Favorites   0 Comments

Color spaces of #efe9db

RGB 239233219
HSL0.120.380.90
HSV42°94°
CMYK 0.000.030.08   0.06
XYZ77.521781.743078.7100
Yxy81.74300.32580.3435
Hunter Lab90.4118-5.169711.6721
CIE-Lab92.4613-0.34647.5069

#efe9db color RGB value is (239,233,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101001 11011011
Octal 357 351 333
Decimal 239 233 219
Hex EF E9 DB

RGB Percentages of Color #efe9db

%34.59
%33.72
%31.69

CMYK Percentages of Color #efe9db

%0
%3
%8
%6

Triadic Colors of #efe9db

#efe9db #dbefe9 #e9dbef

Analogous Colors of #efe9db

#efe9db #ebefdb #efdfdb

Monochromatic Colors of #efe9db

#efe9db

Complementary Color

#efe9db #dbe1ef

#efe9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe9db Color CSS Codes

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

#efe9db Text Font Color

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

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


#efe9db Background Color

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

This div background color is #efe9db


#efe9db Border Color

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

This div border color is #efe9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe9db


Comments

No comments written yet.

Please login to write comment.