Color Hex Logo

#efde9a Color Hex

#EFDE9A
(239,222,154)
0 Favorites   0 Comments

Color spaces of #efde9a

RGB 239222154
HSL0.130.730.77
HSV48°36°94°
CMYK 0.000.070.36   0.06
XYZ67.550672.926441.0877
Yxy72.92640.37200.4017
Hunter Lab85.3970-8.247831.2512
CIE-Lab88.4126-3.850235.4953

#efde9a color RGB value is (239,222,154).

#efde9a hex color red value is 239, green value is 222 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #efde9a hue: 0.13 , saturation: 0.73 and the lightness value of efde9a is 0.77.

The process color (four color CMYK) of #efde9a color hex is 0.00, 0.07, 0.36, 0.06. Web safe color of #efde9a is #ffcc99. Color #efde9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 10011010
Octal 357 336 232
Decimal 239 222 154
Hex EF DE 9A

RGB Percentages of Color #efde9a

%38.86
%36.10
%25.04

CMYK Percentages of Color #efde9a

%0
%7
%36
%6

Triadic Colors of #efde9a

#efde9a #9aefde #de9aef

Analogous Colors of #efde9a

#efde9a #d6ef9a #efb49a

Monochromatic Colors of #efde9a

#efde9a

Complementary Color

#efde9a #9aabef

#efde9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efde9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efde9a Color CSS Codes

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

#efde9a Text Font Color

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

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


#efde9a Background Color

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

This div background color is #efde9a


#efde9a Border Color

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

This div border color is #efde9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efde9a


Comments

No comments written yet.

Please login to write comment.