Color Hex Logo

#efacfd Color Hex

#EFACFD
(239,172,253)
0 Favorites   0 Comments

Color spaces of #efacfd

RGB 239172253
HSL0.800.950.83
HSV290°32°99°
CMYK 0.060.320.00   0.01
XYZ68.078754.947699.9463
Yxy54.94760.30530.2464
Hunter Lab74.126634.2147-28.0531
CIE-Lab79.011137.8334-30.5591

#efacfd color RGB value is (239,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11111101
Octal 357 254 375
Decimal 239 172 253
Hex EF AC FD

RGB Percentages of Color #efacfd

%35.99
%25.90
%38.10

CMYK Percentages of Color #efacfd

%6
%32
%0
%1

Triadic Colors of #efacfd

#efacfd #fdefac #acfdef

Analogous Colors of #efacfd

#efacfd #fdace3 #c7acfd

Monochromatic Colors of #efacfd

#efacfd

Complementary Color

#efacfd #bafdac

#efacfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacfd Color CSS Codes

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

#efacfd Text Font Color

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

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


#efacfd Background Color

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

This div background color is #efacfd


#efacfd Border Color

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

This div border color is #efacfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacfd

Related Colors


Comments

No comments written yet.

Please login to write comment.