Color Hex Logo

#efadf2 Color Hex

#EFADF2
(239,173,242)
0 Favorites   0 Comments

Color spaces of #efadf2

RGB 239173242
HSL0.830.730.81
HSV297°29°95°
CMYK 0.010.290.00   0.05
XYZ66.567254.648791.0442
Yxy54.64870.31360.2575
Hunter Lab73.924831.3660-21.2730
CIE-Lab78.838535.2417-24.9055

#efadf2 color RGB value is (239,173,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 11110010
Octal 357 255 362
Decimal 239 173 242
Hex EF AD F2

RGB Percentages of Color #efadf2

%36.54
%26.45
%37.00

CMYK Percentages of Color #efadf2

%1
%29
%0
%5

Triadic Colors of #efadf2

#efadf2 #f2efad #adf2ef

Analogous Colors of #efadf2

#efadf2 #f2add3 #cdadf2

Monochromatic Colors of #efadf2

#efadf2

Complementary Color

#efadf2 #b0f2ad

#efadf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadf2 Color CSS Codes

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

#efadf2 Text Font Color

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

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


#efadf2 Background Color

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

This div background color is #efadf2


#efadf2 Border Color

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

This div border color is #efadf2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,173,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 #efadf2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadf2


Comments

No comments written yet.

Please login to write comment.