Color Hex Logo

#efe2ae Color Hex

#EFE2AE
(239,226,174)
0 Favorites   0 Comments

Color spaces of #efe2ae

RGB 239226174
HSL0.130.670.81
HSV48°27°94°
CMYK 0.000.050.27   0.06
XYZ70.432975.799450.9629
Yxy75.79940.35720.3844
Hunter Lab87.0629-7.955426.2381
CIE-Lab89.7661-3.426227.0709

#efe2ae color RGB value is (239,226,174).

#efe2ae hex color red value is 239, green value is 226 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #efe2ae hue: 0.13 , saturation: 0.67 and the lightness value of efe2ae is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 10101110
Octal 357 342 256
Decimal 239 226 174
Hex EF E2 AE

RGB Percentages of Color #efe2ae

%37.40
%35.37
%27.23

CMYK Percentages of Color #efe2ae

%0
%5
%27
%6

Triadic Colors of #efe2ae

#efe2ae #aeefe2 #e2aeef

Analogous Colors of #efe2ae

#efe2ae #dcefae #efc2ae

Monochromatic Colors of #efe2ae

#efe2ae

Complementary Color

#efe2ae #aebbef

#efe2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe2ae Color CSS Codes

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

#efe2ae Text Font Color

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

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


#efe2ae Background Color

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

This div background color is #efe2ae


#efe2ae Border Color

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

This div border color is #efe2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe2ae


Comments

No comments written yet.

Please login to write comment.