Color Hex Logo

#efaabd Color Hex

#EFAABD
(239,170,189)
0 Favorites   0 Comments

Color spaces of #efaabd

RGB 239170189
HSL0.950.680.80
HSV343°29°94°
CMYK 0.000.290.21   0.06
XYZ59.156650.774354.8266
Yxy50.77430.35910.3082
Hunter Lab71.256123.49204.2597
CIE-Lab76.542128.01050.4418

#efaabd color RGB value is (239,170,189).

#efaabd hex color red value is 239, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #efaabd hue: 0.95 , saturation: 0.68 and the lightness value of efaabd is 0.80.

The process color (four color CMYK) of #efaabd color hex is 0.00, 0.29, 0.21, 0.06. Web safe color of #efaabd is #ff99cc. Color #efaabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 10111101
Octal 357 252 275
Decimal 239 170 189
Hex EF AA BD

RGB Percentages of Color #efaabd

%39.97
%28.43
%31.61

CMYK Percentages of Color #efaabd

%0
%29
%21
%6

Triadic Colors of #efaabd

#efaabd #bdefaa #aabdef

Analogous Colors of #efaabd

#efaabd #efbaaa #efaae0

Monochromatic Colors of #efaabd

#efaabd

Complementary Color

#efaabd #aaefdc

#efaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaabd Color CSS Codes

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

#efaabd Text Font Color

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

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


#efaabd Background Color

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

This div background color is #efaabd


#efaabd Border Color

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

This div border color is #efaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaabd


Comments

No comments written yet.

Please login to write comment.