Color Hex Logo

#efc1fd Color Hex

#EFC1FD
(239,193,253)
0 Favorites   0 Comments

Color spaces of #efc1fd

RGB 239193253
HSL0.790.940.87
HSV286°24°99°
CMYK 0.060.240.00   0.01
XYZ72.396263.5825101.3855
Yxy63.58250.30500.2679
Hunter Lab79.738622.5209-19.5686
CIE-Lab83.747926.6800-23.3207

#efc1fd color RGB value is (239,193,253).

#efc1fd hex color red value is 239, green value is 193 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #efc1fd hue: 0.79 , saturation: 0.94 and the lightness value of efc1fd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 11111101
Octal 357 301 375
Decimal 239 193 253
Hex EF C1 FD

RGB Percentages of Color #efc1fd

%34.89
%28.18
%36.93

CMYK Percentages of Color #efc1fd

%6
%24
%0
%1

Triadic Colors of #efc1fd

#efc1fd #fdefc1 #c1fdef

Analogous Colors of #efc1fd

#efc1fd #fdc1ed #d1c1fd

Monochromatic Colors of #efc1fd

#efc1fd

Complementary Color

#efc1fd #cffdc1

#efc1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc1fd Color CSS Codes

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

#efc1fd Text Font Color

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

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


#efc1fd Background Color

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

This div background color is #efc1fd


#efc1fd Border Color

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

This div border color is #efc1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc1fd


Comments

No comments written yet.

Please login to write comment.