Color Hex Logo

#efa9fd Color Hex

#EFA9FD
(239,169,253)
0 Favorites   0 Comments

Color spaces of #efa9fd

RGB 239169253
HSL0.810.950.83
HSV290°33°99°
CMYK 0.060.330.00   0.01
XYZ67.514253.818599.7581
Yxy53.81850.30540.2434
Hunter Lab73.361135.8916-29.2711
CIE-Lab78.355839.4180-31.5669

#efa9fd color RGB value is (239,169,253).

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

The process color (four color CMYK) of #efa9fd color hex is 0.06, 0.33, 0.00, 0.01. Web safe color of #efa9fd is #ff99ff. Color #efa9fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 11111101
Octal 357 251 375
Decimal 239 169 253
Hex EF A9 FD

RGB Percentages of Color #efa9fd

%36.16
%25.57
%38.28

CMYK Percentages of Color #efa9fd

%6
%33
%0
%1

Triadic Colors of #efa9fd

#efa9fd #fdefa9 #a9fdef

Analogous Colors of #efa9fd

#efa9fd #fda9e1 #c5a9fd

Monochromatic Colors of #efa9fd

#efa9fd

Complementary Color

#efa9fd #b7fda9

#efa9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa9fd Color CSS Codes

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

#efa9fd Text Font Color

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

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


#efa9fd Background Color

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

This div background color is #efa9fd


#efa9fd Border Color

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

This div border color is #efa9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa9fd

Related Colors


Comments

No comments written yet.

Please login to write comment.