Color Hex Logo

#efaada Color Hex

#EFAADA
(239,170,218)
0 Favorites   0 Comments

Color spaces of #efaada

RGB 239170218
HSL0.880.680.80
HSV318°29°94°
CMYK 0.000.290.09   0.06
XYZ62.626252.162173.0972
Yxy52.16210.33330.2776
Hunter Lab72.223328.3898-9.4510
CIE-Lab77.377732.5968-14.1272

#efaada color RGB value is (239,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11011010
Octal 357 252 332
Decimal 239 170 218
Hex EF AA DA

RGB Percentages of Color #efaada

%38.12
%27.11
%34.77

CMYK Percentages of Color #efaada

%0
%29
%9
%6

Triadic Colors of #efaada

#efaada #daefaa #aadaef

Analogous Colors of #efaada

#efaada #efaab8 #e2aaef

Monochromatic Colors of #efaada

#efaada

Complementary Color

#efaada #aaefbf

#efaada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaada Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaada Color CSS Codes

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

#efaada Text Font Color

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

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


#efaada Background Color

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

This div background color is #efaada


#efaada Border Color

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

This div border color is #efaada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaada


Comments

No comments written yet.

Please login to write comment.