Color Hex Logo

#efeadb Color Hex

#EFEADB
(239,234,219)
0 Favorites   0 Comments

Color spaces of #efeadb

RGB 239234219
HSL0.130.380.90
HSV45°94°
CMYK 0.000.020.08   0.06
XYZ77.805682.310878.8046
Yxy82.31080.32570.3445
Hunter Lab90.7253-5.688512.0080
CIE-Lab92.7119-0.85687.8670

#efeadb color RGB value is (239,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 11011011
Octal 357 352 333
Decimal 239 234 219
Hex EF EA DB

RGB Percentages of Color #efeadb

%34.54
%33.82
%31.65

CMYK Percentages of Color #efeadb

%0
%2
%8
%6

Triadic Colors of #efeadb

#efeadb #dbefea #eadbef

Analogous Colors of #efeadb

#efeadb #eaefdb #efe0db

Monochromatic Colors of #efeadb

#efeadb

Complementary Color

#efeadb #dbe0ef

#efeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeadb Color CSS Codes

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

#efeadb Text Font Color

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

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


#efeadb Background Color

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

This div background color is #efeadb


#efeadb Border Color

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

This div border color is #efeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeadb


Comments

No comments written yet.

Please login to write comment.