Color Hex Logo

#efb5fd Color Hex

#EFB5FD
(239,181,253)
0 Favorites   0 Comments

Color spaces of #efb5fd

RGB 239181253
HSL0.800.950.85
HSV288°28°99°
CMYK 0.060.280.00   0.01
XYZ69.850158.4903100.5368
Yxy58.49030.30520.2556
Hunter Lab76.479029.1903-24.4055
CIE-Lab81.010633.0616-27.4937

#efb5fd color RGB value is (239,181,253).

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

The process color (four color CMYK) of #efb5fd color hex is 0.06, 0.28, 0.00, 0.01. Web safe color of #efb5fd is #ffccff. Color #efb5fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110101 11111101
Octal 357 265 375
Decimal 239 181 253
Hex EF B5 FD

RGB Percentages of Color #efb5fd

%35.51
%26.89
%37.59

CMYK Percentages of Color #efb5fd

%6
%28
%0
%1

Triadic Colors of #efb5fd

#efb5fd #fdefb5 #b5fdef

Analogous Colors of #efb5fd

#efb5fd #fdb5e7 #cbb5fd

Monochromatic Colors of #efb5fd

#efb5fd

Complementary Color

#efb5fd #c3fdb5

#efb5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb5fd Color CSS Codes

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

#efb5fd Text Font Color

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

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


#efb5fd Background Color

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

This div background color is #efb5fd


#efb5fd Border Color

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

This div border color is #efb5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb5fd

Related Colors


Comments

No comments written yet.

Please login to write comment.