Color Hex Logo

#efbaae Color Hex

#EFBAAE
(239,186,174)
0 Favorites   0 Comments

Color spaces of #efbaae

RGB 239186174
HSL0.030.670.81
HSV11°27°94°
CMYK 0.000.220.27   0.06
XYZ60.795556.524547.7505
Yxy56.52450.36830.3424
Hunter Lab75.182812.771714.9714
CIE-Lab79.911417.394113.4138

#efbaae color RGB value is (239,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 10101110
Octal 357 272 256
Decimal 239 186 174
Hex EF BA AE

RGB Percentages of Color #efbaae

%39.90
%31.05
%29.05

CMYK Percentages of Color #efbaae

%0
%22
%27
%6

Triadic Colors of #efbaae

#efbaae #aeefba #baaeef

Analogous Colors of #efbaae

#efbaae #efdbae #efaec3

Monochromatic Colors of #efbaae

#efbaae

Complementary Color

#efbaae #aee3ef

#efbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbaae Color CSS Codes

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

#efbaae Text Font Color

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

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


#efbaae Background Color

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

This div background color is #efbaae


#efbaae Border Color

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

This div border color is #efbaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbaae


Comments

No comments written yet.

Please login to write comment.