Color Hex Logo

#ef9efe Color Hex

#EF9EFE
(239,158,254)
0 Favorites   0 Comments

Color spaces of #ef9efe

RGB 239158254
HSL0.810.980.81
HSV291°38°100°
CMYK 0.060.380.00   0.00
XYZ65.712949.960299.9458
Yxy49.96020.30480.2317
Hunter Lab70.682542.2554-34.3589
CIE-Lab76.044845.3757-35.6730

#ef9efe color RGB value is (239,158,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011110 11111110
Octal 357 236 376
Decimal 239 158 254
Hex EF 9E FE

RGB Percentages of Color #ef9efe

%36.71
%24.27
%39.02

CMYK Percentages of Color #ef9efe

%6
%38
%0
%0

Triadic Colors of #ef9efe

#ef9efe #feef9e #9efeef

Analogous Colors of #ef9efe

#ef9efe #fe9edd #bf9efe

Monochromatic Colors of #ef9efe

#ef9efe

Complementary Color

#ef9efe #adfe9e

#ef9efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9efe Color CSS Codes

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

#ef9efe Text Font Color

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

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


#ef9efe Background Color

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

This div background color is #ef9efe


#ef9efe Border Color

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

This div border color is #ef9efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9efe


Comments

No comments written yet.

Please login to write comment.