Color Hex Logo

#efaefa Color Hex

#EFAEFA
(239,174,250)
0 Favorites   0 Comments

Color spaces of #efaefa

RGB 239174250
HSL0.810.880.83
HSV291°30°98°
CMYK 0.040.300.00   0.02
XYZ67.988055.525097.5765
Yxy55.52500.30750.2511
Hunter Lab74.515132.4630-25.4789
CIE-Lab79.342736.2052-28.4388

#efaefa color RGB value is (239,174,250).

#efaefa hex color red value is 239, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #efaefa hue: 0.81 , saturation: 0.88 and the lightness value of efaefa is 0.83.

The process color (four color CMYK) of #efaefa color hex is 0.04, 0.30, 0.00, 0.02. Web safe color of #efaefa is #ff99ff. Color #efaefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 11111010
Octal 357 256 372
Decimal 239 174 250
Hex EF AE FA

RGB Percentages of Color #efaefa

%36.05
%26.24
%37.71

CMYK Percentages of Color #efaefa

%4
%30
%0
%2

Triadic Colors of #efaefa

#efaefa #faefae #aefaef

Analogous Colors of #efaefa

#efaefa #faaedf #c9aefa

Monochromatic Colors of #efaefa

#efaefa

Complementary Color

#efaefa #b9faae

#efaefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaefa Color CSS Codes

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

#efaefa Text Font Color

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

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


#efaefa Background Color

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

This div background color is #efaefa


#efaefa Border Color

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

This div border color is #efaefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaefa


Comments

No comments written yet.

Please login to write comment.