Color Hex Logo

#efacff Color Hex

#EFACFF
(239,172,255)
0 Favorites   0 Comments

Color spaces of #efacff

RGB 239172255
HSL0.801.000.84
HSV288°33°100°
CMYK 0.060.330.00   0.00
XYZ68.399155.0758101.6334
Yxy55.07580.30380.2447
Hunter Lab74.213134.6431-29.2474
CIE-Lab79.084938.2159-31.5194

#efacff color RGB value is (239,172,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11111111
Octal 357 254 377
Decimal 239 172 255
Hex EF AC FF

RGB Percentages of Color #efacff

%35.89
%25.83
%38.29

CMYK Percentages of Color #efacff

%6
%33
%0
%0

Triadic Colors of #efacff

#efacff #ffefac #acffef

Analogous Colors of #efacff

#efacff #fface6 #c6acff

Monochromatic Colors of #efacff

#efacff

Complementary Color

#efacff #bcffac

#efacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacff Color CSS Codes

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

#efacff Text Font Color

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

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


#efacff Background Color

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

This div background color is #efacff


#efacff Border Color

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

This div border color is #efacff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacff

Related Colors


Comments

No comments written yet.

Please login to write comment.