Color Hex Logo

#efadf7 Color Hex

#EFADF7
(239,173,247)
0 Favorites   0 Comments

Color spaces of #efadf7

RGB 239173247
HSL0.820.820.82
HSV294°30°97°
CMYK 0.030.300.00   0.03
XYZ67.328754.953395.0541
Yxy54.95330.30980.2528
Hunter Lab74.130532.3935-24.1335
CIE-Lab79.014436.1704-27.3289

#efadf7 color RGB value is (239,173,247).

#efadf7 hex color red value is 239, green value is 173 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #efadf7 hue: 0.82 , saturation: 0.82 and the lightness value of efadf7 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 11110111
Octal 357 255 367
Decimal 239 173 247
Hex EF AD F7

RGB Percentages of Color #efadf7

%36.27
%26.25
%37.48

CMYK Percentages of Color #efadf7

%3
%30
%0
%3

Triadic Colors of #efadf7

#efadf7 #f7efad #adf7ef

Analogous Colors of #efadf7

#efadf7 #f7adda #caadf7

Monochromatic Colors of #efadf7

#efadf7

Complementary Color

#efadf7 #b5f7ad

#efadf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadf7 Color CSS Codes

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

#efadf7 Text Font Color

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

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


#efadf7 Background Color

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

This div background color is #efadf7


#efadf7 Border Color

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

This div border color is #efadf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadf7


Comments

No comments written yet.

Please login to write comment.