Color Hex Logo

#efeedb Color Hex

#EFEEDB
(239,238,219)
0 Favorites   0 Comments

Color spaces of #efeedb

RGB 239238219
HSL0.160.380.90
HSV57°94°
CMYK 0.000.000.08   0.06
XYZ78.957384.614379.1885
Yxy84.61430.32520.3486
Hunter Lab91.9860-7.758013.3489
CIE-Lab93.7167-2.89139.3083

#efeedb color RGB value is (239,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 11011011
Octal 357 356 333
Decimal 239 238 219
Hex EF EE DB

RGB Percentages of Color #efeedb

%34.34
%34.20
%31.47

CMYK Percentages of Color #efeedb

%0
%0
%8
%6

Triadic Colors of #efeedb

#efeedb #dbefee #eedbef

Analogous Colors of #efeedb

#efeedb #e6efdb #efe4db

Monochromatic Colors of #efeedb

#efeedb

Complementary Color

#efeedb #dbdcef

#efeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeedb Color CSS Codes

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

#efeedb Text Font Color

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

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


#efeedb Background Color

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

This div background color is #efeedb


#efeedb Border Color

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

This div border color is #efeedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeedb


Comments

No comments written yet.

Please login to write comment.