Color Hex Logo

#efeeab Color Hex

#EFEEAB
(239,238,171)
0 Favorites   0 Comments

Color spaces of #efeeab

RGB 239238171
HSL0.160.680.80
HSV59°28°94°
CMYK 0.000.000.28   0.06
XYZ73.521882.440150.5656
Yxy82.44010.35600.3992
Hunter Lab90.7965-14.354930.5383
CIE-Lab92.7688-9.848632.6524

#efeeab color RGB value is (239,238,171).

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

The process color (four color CMYK) of #efeeab color hex is 0.00, 0.00, 0.28, 0.06. Web safe color of #efeeab is #ffff99. Color #efeeab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 10101011
Octal 357 356 253
Decimal 239 238 171
Hex EF EE AB

RGB Percentages of Color #efeeab

%36.88
%36.73
%26.39

CMYK Percentages of Color #efeeab

%0
%0
%28
%6

Triadic Colors of #efeeab

#efeeab #abefee #eeabef

Analogous Colors of #efeeab

#efeeab #ceefab #efccab

Monochromatic Colors of #efeeab

#efeeab

Complementary Color

#efeeab #abacef

#efeeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeeab Color CSS Codes

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

#efeeab Text Font Color

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

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


#efeeab Background Color

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

This div background color is #efeeab


#efeeab Border Color

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

This div border color is #efeeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeeab


Comments

No comments written yet.

Please login to write comment.