Color Hex Logo

#efaad3 Color Hex

#EFAAD3
(239,170,211)
0 Favorites   0 Comments

Color spaces of #efaad3

RGB 239170211
HSL0.900.680.80
HSV324°29°94°
CMYK 0.000.290.12   0.06
XYZ61.729251.803368.3736
Yxy51.80330.33930.2848
Hunter Lab71.974527.1358-5.9415
CIE-Lab77.163131.4346-10.6407

#efaad3 color RGB value is (239,170,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11010011
Octal 357 252 323
Decimal 239 170 211
Hex EF AA D3

RGB Percentages of Color #efaad3

%38.55
%27.42
%34.03

CMYK Percentages of Color #efaad3

%0
%29
%12
%6

Triadic Colors of #efaad3

#efaad3 #d3efaa #aad3ef

Analogous Colors of #efaad3

#efaad3 #efaab1 #e9aaef

Monochromatic Colors of #efaad3

#efaad3

Complementary Color

#efaad3 #aaefc6

#efaad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaad3 Color CSS Codes

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

#efaad3 Text Font Color

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

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


#efaad3 Background Color

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

This div background color is #efaad3


#efaad3 Border Color

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

This div border color is #efaad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaad3


Comments

No comments written yet.

Please login to write comment.