Color Hex Logo

#efaec2 Color Hex

#EFAEC2
(239,174,194)
0 Favorites   0 Comments

Color spaces of #efaec2

RGB 239174194
HSL0.950.670.81
HSV342°27°94°
CMYK 0.000.270.19   0.06
XYZ60.470352.517957.9888
Yxy52.51790.35370.3072
Hunter Lab72.469222.12413.2855
CIE-Lab77.589526.6328-0.7544

#efaec2 color RGB value is (239,174,194).

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

The process color (four color CMYK) of #efaec2 color hex is 0.00, 0.27, 0.19, 0.06. Web safe color of #efaec2 is #ff99cc. Color #efaec2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 11000010
Octal 357 256 302
Decimal 239 174 194
Hex EF AE C2

RGB Percentages of Color #efaec2

%39.37
%28.67
%31.96

CMYK Percentages of Color #efaec2

%0
%27
%19
%6

Triadic Colors of #efaec2

#efaec2 #c2efae #aec2ef

Analogous Colors of #efaec2

#efaec2 #efbbae #efaee3

Monochromatic Colors of #efaec2

#efaec2

Complementary Color

#efaec2 #aeefdb

#efaec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaec2 Color CSS Codes

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

#efaec2 Text Font Color

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

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


#efaec2 Background Color

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

This div background color is #efaec2


#efaec2 Border Color

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

This div border color is #efaec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaec2


Comments

No comments written yet.

Please login to write comment.