Color Hex Logo

#efaaf2 Color Hex

#EFAAF2
(239,170,242)
0 Favorites   0 Comments

Color spaces of #efaaf2

RGB 239170242
HSL0.830.730.81
HSV298°30°95°
CMYK 0.010.300.00   0.05
XYZ65.998353.511090.8546
Yxy53.51100.31370.2544
Hunter Lab73.151233.0312-22.4330
CIE-Lab78.175736.8298-25.9173

#efaaf2 color RGB value is (239,170,242).

#efaaf2 hex color red value is 239, green value is 170 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #efaaf2 hue: 0.83 , saturation: 0.73 and the lightness value of efaaf2 is 0.81.

The process color (four color CMYK) of #efaaf2 color hex is 0.01, 0.30, 0.00, 0.05. Web safe color of #efaaf2 is #ff99ff. Color #efaaf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11110010
Octal 357 252 362
Decimal 239 170 242
Hex EF AA F2

RGB Percentages of Color #efaaf2

%36.71
%26.11
%37.17

CMYK Percentages of Color #efaaf2

%1
%30
%0
%5

Triadic Colors of #efaaf2

#efaaf2 #f2efaa #aaf2ef

Analogous Colors of #efaaf2

#efaaf2 #f2aad1 #cbaaf2

Monochromatic Colors of #efaaf2

#efaaf2

Complementary Color

#efaaf2 #adf2aa

#efaaf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaaf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaaf2 Color CSS Codes

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

#efaaf2 Text Font Color

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

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


#efaaf2 Background Color

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

This div background color is #efaaf2


#efaaf2 Border Color

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

This div border color is #efaaf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaaf2


Comments

No comments written yet.

Please login to write comment.