Color Hex Logo

#ef5ede Color Hex

#EF5EDE
(239,94,222)
0 Favorites   0 Comments

Color spaces of #ef5ede

RGB 23994222
HSL0.850.820.65
HSV307°61°94°
CMYK 0.000.610.07   0.06
XYZ52.784131.630172.4304
Yxy31.63010.33650.2017
Hunter Lab56.240669.1083-36.9891
CIE-Lab63.036070.3117-38.3201

#ef5ede color RGB value is (239,94,222).

#ef5ede hex color red value is 239, green value is 94 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ef5ede hue: 0.85 , saturation: 0.82 and the lightness value of ef5ede is 0.65.

The process color (four color CMYK) of #ef5ede color hex is 0.00, 0.61, 0.07, 0.06. Web safe color of #ef5ede is #ff66cc. Color #ef5ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011110 11011110
Octal 357 136 336
Decimal 239 94 222
Hex EF 5E DE

RGB Percentages of Color #ef5ede

%43.06
%16.94
%40.00

CMYK Percentages of Color #ef5ede

%0
%61
%7
%6

Triadic Colors of #ef5ede

#ef5ede #deef5e #5edeef

Analogous Colors of #ef5ede

#ef5ede #ef5e96 #b85eef

Monochromatic Colors of #ef5ede

#ef5ede

Complementary Color

#ef5ede #5eef6f

#ef5ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5ede Color CSS Codes

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

#ef5ede Text Font Color

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

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


#ef5ede Background Color

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

This div background color is #ef5ede


#ef5ede Border Color

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

This div border color is #ef5ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5ede


Comments

No comments written yet.

Please login to write comment.