Color Hex Logo

#efaefe Color Hex

#EFAEFE
(239,174,254)
0 Favorites   0 Comments

Color spaces of #efaefe

RGB 239174254
HSL0.800.980.84
HSV289°31°100°
CMYK 0.060.310.00   0.00
XYZ68.622055.7786100.9155
Yxy55.77860.30460.2476
Hunter Lab74.685133.3102-27.8339
CIE-Lab79.487636.9661-30.3637

#efaefe color RGB value is (239,174,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 11111110
Octal 357 256 376
Decimal 239 174 254
Hex EF AE FE

RGB Percentages of Color #efaefe

%35.83
%26.09
%38.08

CMYK Percentages of Color #efaefe

%6
%31
%0
%0

Triadic Colors of #efaefe

#efaefe #feefae #aefeef

Analogous Colors of #efaefe

#efaefe #feaee5 #c7aefe

Monochromatic Colors of #efaefe

#efaefe

Complementary Color

#efaefe #bdfeae

#efaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaefe Color CSS Codes

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

#efaefe Text Font Color

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

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


#efaefe Background Color

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

This div background color is #efaefe


#efaefe Border Color

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

This div border color is #efaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaefe


Comments

No comments written yet.

Please login to write comment.