Color Hex Logo

#efaeff Color Hex

#EFAEFF
(239,174,255)
0 Favorites   0 Comments

Color spaces of #efaeff

RGB 239174255
HSL0.801.000.84
HSV288°32°100°
CMYK 0.060.320.00   0.00
XYZ68.782755.8428101.7612
Yxy55.84280.30380.2467
Hunter Lab74.728033.5245-28.4288
CIE-Lab79.524337.1582-30.8438

#efaeff color RGB value is (239,174,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 11111111
Octal 357 256 377
Decimal 239 174 255
Hex EF AE FF

RGB Percentages of Color #efaeff

%35.78
%26.05
%38.17

CMYK Percentages of Color #efaeff

%6
%32
%0
%0

Triadic Colors of #efaeff

#efaeff #ffefae #aeffef

Analogous Colors of #efaeff

#efaeff #ffaee7 #c7aeff

Monochromatic Colors of #efaeff

#efaeff

Complementary Color

#efaeff #beffae

#efaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaeff Color CSS Codes

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

#efaeff Text Font Color

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

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


#efaeff Background Color

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

This div background color is #efaeff


#efaeff Border Color

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

This div border color is #efaeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaeff

Related Colors


Comments

No comments written yet.

Please login to write comment.