Color Hex Logo

#efefaa Color Hex

#EFEFAA
(239,239,170)
0 Favorites   0 Comments

Color spaces of #efefaa

RGB 239239170
HSL0.170.680.80
HSV60°29°94°
CMYK 0.000.000.29   0.06
XYZ73.718882.986050.1627
Yxy82.98600.35640.4012
Hunter Lab91.0967-14.970331.1194
CIE-Lab93.0083-10.471533.4779

#efefaa color RGB value is (239,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101111 10101010
Octal 357 357 252
Decimal 239 239 170
Hex EF EF AA

RGB Percentages of Color #efefaa

%36.88
%36.88
%26.23

CMYK Percentages of Color #efefaa

%0
%0
%29
%6

Triadic Colors of #efefaa

#efefaa #aaefef #efaaef

Analogous Colors of #efefaa

#efefaa #cdefaa #efcdaa

Monochromatic Colors of #efefaa

#efefaa

Complementary Color

#efefaa #aaaaef

#efefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efefaa Color CSS Codes

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

#efefaa Text Font Color

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

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


#efefaa Background Color

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

This div background color is #efefaa


#efefaa Border Color

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

This div border color is #efefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efefaa


Comments

No comments written yet.

Please login to write comment.