Color Hex Logo

#ef0eae Color Hex

#EF0EAE
(239,14,174)
0 Favorites   0 Comments

Color spaces of #ef0eae

RGB 23914174
HSL0.880.890.50
HSV317°94°94°
CMYK 0.000.940.27   0.06
XYZ43.393621.720841.9498
Yxy21.72080.40530.2029
Hunter Lab46.605684.6383-20.7432
CIE-Lab53.729584.4462-25.3070

#ef0eae color RGB value is (239,14,174).

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

The process color (four color CMYK) of #ef0eae color hex is 0.00, 0.94, 0.27, 0.06. Web safe color of #ef0eae is #ff0099. Color #ef0eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001110 10101110
Octal 357 16 256
Decimal 239 14 174
Hex EF E AE

RGB Percentages of Color #ef0eae

%55.97
%3.28
%40.75

CMYK Percentages of Color #ef0eae

%0
%94
%27
%6

Triadic Colors of #ef0eae

#ef0eae #aeef0e #0eaeef

Analogous Colors of #ef0eae

#ef0eae #ef0e3d #c00eef

Monochromatic Colors of #ef0eae

#ef0eae

Complementary Color

#ef0eae #0eef4f

#ef0eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0eae Color CSS Codes

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

#ef0eae Text Font Color

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

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


#ef0eae Background Color

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

This div background color is #ef0eae


#ef0eae Border Color

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

This div border color is #ef0eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0eae


Comments

No comments written yet.

Please login to write comment.