Color Hex Logo

#ef5eed Color Hex

#EF5EED
(239,94,237)
0 Favorites   0 Comments

Color spaces of #ef5eed

RGB 23994237
HSL0.840.820.65
HSV301°61°94°
CMYK 0.000.610.01   0.06
XYZ54.885432.470683.4954
Yxy32.47060.32120.1901
Hunter Lab56.983072.2091-46.9877
CIE-Lab63.729972.7033-45.5963

#ef5eed color RGB value is (239,94,237).

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

The process color (four color CMYK) of #ef5eed color hex is 0.00, 0.61, 0.01, 0.06. Web safe color of #ef5eed is #ff66ff. Color #ef5eed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011110 11101101
Octal 357 136 355
Decimal 239 94 237
Hex EF 5E ED

RGB Percentages of Color #ef5eed

%41.93
%16.49
%41.58

CMYK Percentages of Color #ef5eed

%0
%61
%1
%6

Triadic Colors of #ef5eed

#ef5eed #edef5e #5eedef

Analogous Colors of #ef5eed

#ef5eed #ef5ea5 #a95eef

Monochromatic Colors of #ef5eed

#ef5eed

Complementary Color

#ef5eed #5eef60

#ef5eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5eed Color CSS Codes

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

#ef5eed Text Font Color

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

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


#ef5eed Background Color

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

This div background color is #ef5eed


#ef5eed Border Color

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

This div border color is #ef5eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5eed


Comments

No comments written yet.

Please login to write comment.