Color Hex Logo

#efdeae Color Hex

#EFDEAE
(239,222,174)
0 Favorites   0 Comments

Color spaces of #efdeae

RGB 239222174
HSL0.120.670.81
HSV44°27°94°
CMYK 0.000.070.27   0.06
XYZ69.357973.649350.6046
Yxy73.64930.35820.3804
Hunter Lab85.8192-5.922225.1122
CIE-Lab88.7565-1.388025.6949

#efdeae color RGB value is (239,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 10101110
Octal 357 336 256
Decimal 239 222 174
Hex EF DE AE

RGB Percentages of Color #efdeae

%37.64
%34.96
%27.40

CMYK Percentages of Color #efdeae

%0
%7
%27
%6

Triadic Colors of #efdeae

#efdeae #aeefde #deaeef

Analogous Colors of #efdeae

#efdeae #e0efae #efbeae

Monochromatic Colors of #efdeae

#efdeae

Complementary Color

#efdeae #aebfef

#efdeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdeae Color CSS Codes

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

#efdeae Text Font Color

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

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


#efdeae Background Color

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

This div background color is #efdeae


#efdeae Border Color

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

This div border color is #efdeae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,222,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 #efdeae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdeae


Comments

No comments written yet.

Please login to write comment.