Color Hex Logo

#efaecb Color Hex

#EFAECB
(239,174,203)
0 Favorites   0 Comments

Color spaces of #efaecb

RGB 239174203
HSL0.930.670.81
HSV333°27°94°
CMYK 0.000.270.15   0.06
XYZ61.512152.934663.4753
Yxy52.93460.34570.2975
Hunter Lab72.756223.5905-0.7976
CIE-Lab77.836428.0242-5.2882

#efaecb color RGB value is (239,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 11001011
Octal 357 256 313
Decimal 239 174 203
Hex EF AE CB

RGB Percentages of Color #efaecb

%38.80
%28.25
%32.95

CMYK Percentages of Color #efaecb

%0
%27
%15
%6

Triadic Colors of #efaecb

#efaecb #cbefae #aecbef

Analogous Colors of #efaecb

#efaecb #efb2ae #efaeec

Monochromatic Colors of #efaecb

#efaecb

Complementary Color

#efaecb #aeefd2

#efaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaecb Color CSS Codes

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

#efaecb Text Font Color

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

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


#efaecb Background Color

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

This div background color is #efaecb


#efaecb Border Color

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

This div border color is #efaecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaecb


Comments

No comments written yet.

Please login to write comment.