Color Hex Logo

#efafff Color Hex

#EFAFFF
(239,175,255)
0 Favorites   0 Comments

Color spaces of #efafff

RGB 239175255
HSL0.801.000.84
HSV288°31°100°
CMYK 0.060.310.00   0.00
XYZ68.976656.2307101.8259
Yxy56.23070.30380.2477
Hunter Lab74.987132.9650-28.0196
CIE-Lab79.744936.6284-30.5047

#efafff color RGB value is (239,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 11111111
Octal 357 257 377
Decimal 239 175 255
Hex EF AF FF

RGB Percentages of Color #efafff

%35.72
%26.16
%38.12

CMYK Percentages of Color #efafff

%6
%31
%0
%0

Triadic Colors of #efafff

#efafff #ffefaf #afffef

Analogous Colors of #efafff

#efafff #ffafe7 #c7afff

Monochromatic Colors of #efafff

#efafff

Complementary Color

#efafff #bfffaf

#efafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafff Color CSS Codes

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

#efafff Text Font Color

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

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


#efafff Background Color

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

This div background color is #efafff


#efafff Border Color

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

This div border color is #efafff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafff

Related Colors


Comments

No comments written yet.

Please login to write comment.