Color Hex Logo

#efaaf3 Color Hex

#EFAAF3
(239,170,243)
0 Favorites   0 Comments

Color spaces of #efaaf3

RGB 239170243
HSL0.820.750.81
HSV297°30°95°
CMYK 0.020.300.00   0.05
XYZ66.149053.571291.6479
Yxy53.57120.31300.2534
Hunter Lab73.192333.2362-23.0054
CIE-Lab78.211037.0144-26.4029

#efaaf3 color RGB value is (239,170,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11110011
Octal 357 252 363
Decimal 239 170 243
Hex EF AA F3

RGB Percentages of Color #efaaf3

%36.66
%26.07
%37.27

CMYK Percentages of Color #efaaf3

%2
%30
%0
%5

Triadic Colors of #efaaf3

#efaaf3 #f3efaa #aaf3ef

Analogous Colors of #efaaf3

#efaaf3 #f3aad3 #cbaaf3

Monochromatic Colors of #efaaf3

#efaaf3

Complementary Color

#efaaf3 #aef3aa

#efaaf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaaf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaaf3 Color CSS Codes

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

#efaaf3 Text Font Color

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

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


#efaaf3 Background Color

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

This div background color is #efaaf3


#efaaf3 Border Color

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

This div border color is #efaaf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaaf3

Related Colors


Comments

No comments written yet.

Please login to write comment.