Color Hex Logo

#efaadb Color Hex

#EFAADB
(239,170,219)
0 Favorites   0 Comments

Color spaces of #efaadb

RGB 239170219
HSL0.880.680.80
HSV317°29°94°
CMYK 0.000.290.08   0.06
XYZ62.757552.214673.7886
Yxy52.21460.33250.2766
Hunter Lab72.259728.5728-9.9627
CIE-Lab77.409032.7657-14.6236

#efaadb color RGB value is (239,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11011011
Octal 357 252 333
Decimal 239 170 219
Hex EF AA DB

RGB Percentages of Color #efaadb

%38.06
%27.07
%34.87

CMYK Percentages of Color #efaadb

%0
%29
%8
%6

Triadic Colors of #efaadb

#efaadb #dbefaa #aadbef

Analogous Colors of #efaadb

#efaadb #efaab9 #e1aaef

Monochromatic Colors of #efaadb

#efaadb

Complementary Color

#efaadb #aaefbe

#efaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaadb Color CSS Codes

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

#efaadb Text Font Color

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

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


#efaadb Background Color

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

This div background color is #efaadb


#efaadb Border Color

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

This div border color is #efaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaadb


Comments

No comments written yet.

Please login to write comment.