Color Hex Logo

#efe09e Color Hex

#EFE09E
(239,224,158)
0 Favorites   0 Comments

Color spaces of #efe09e

RGB 239224158
HSL0.140.720.78
HSV49°34°94°
CMYK 0.000.060.34   0.06
XYZ68.423874.130743.0501
Yxy74.13070.36870.3994
Hunter Lab86.0992-8.818030.6241
CIE-Lab88.9842-4.399634.2156

#efe09e color RGB value is (239,224,158).

#efe09e hex color red value is 239, green value is 224 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #efe09e hue: 0.14 , saturation: 0.72 and the lightness value of efe09e is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 10011110
Octal 357 340 236
Decimal 239 224 158
Hex EF E0 9E

RGB Percentages of Color #efe09e

%38.49
%36.07
%25.44

CMYK Percentages of Color #efe09e

%0
%6
%34
%6

Triadic Colors of #efe09e

#efe09e #9eefe0 #e09eef

Analogous Colors of #efe09e

#efe09e #d6ef9e #efb89e

Monochromatic Colors of #efe09e

#efe09e

Complementary Color

#efe09e #9eadef

#efe09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe09e Color CSS Codes

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

#efe09e Text Font Color

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

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


#efe09e Background Color

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

This div background color is #efe09e


#efe09e Border Color

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

This div border color is #efe09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe09e


Comments

No comments written yet.

Please login to write comment.