Color Hex Logo

#efa5fd Color Hex

#EFA5FD
(239,165,253)
0 Favorites   0 Comments

Color spaces of #efa5fd

RGB 239165253
HSL0.810.960.82
HSV290°35°99°
CMYK 0.060.350.00   0.01
XYZ66.781452.352899.5139
Yxy52.35280.30540.2394
Hunter Lab72.355238.1277-30.8959
CIE-Lab77.491341.5242-32.8987

#efa5fd color RGB value is (239,165,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 11111101
Octal 357 245 375
Decimal 239 165 253
Hex EF A5 FD

RGB Percentages of Color #efa5fd

%36.38
%25.11
%38.51

CMYK Percentages of Color #efa5fd

%6
%35
%0
%1

Triadic Colors of #efa5fd

#efa5fd #fdefa5 #a5fdef

Analogous Colors of #efa5fd

#efa5fd #fda5df #c3a5fd

Monochromatic Colors of #efa5fd

#efa5fd

Complementary Color

#efa5fd #b3fda5

#efa5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa5fd Color CSS Codes

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

#efa5fd Text Font Color

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

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


#efa5fd Background Color

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

This div background color is #efa5fd


#efa5fd Border Color

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

This div border color is #efa5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa5fd


Comments

No comments written yet.

Please login to write comment.