Color Hex Logo

#ef8ace Color Hex

#EF8ACE
(239,138,206)
0 Favorites   0 Comments

Color spaces of #ef8ace

RGB 239138206
HSL0.890.760.74
HSV320°42°94°
CMYK 0.000.420.14   0.06
XYZ55.825740.983963.3609
Yxy40.98390.34850.2559
Hunter Lab64.018743.6233-13.8677
CIE-Lab70.164647.3318-18.4149

#ef8ace color RGB value is (239,138,206).

#ef8ace hex color red value is 239, green value is 138 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ef8ace hue: 0.89 , saturation: 0.76 and the lightness value of ef8ace is 0.74.

The process color (four color CMYK) of #ef8ace color hex is 0.00, 0.42, 0.14, 0.06. Web safe color of #ef8ace is #ff99cc. Color #ef8ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001010 11001110
Octal 357 212 316
Decimal 239 138 206
Hex EF 8A CE

RGB Percentages of Color #ef8ace

%40.99
%23.67
%35.33

CMYK Percentages of Color #ef8ace

%0
%42
%14
%6

Triadic Colors of #ef8ace

#ef8ace #ceef8a #8aceef

Analogous Colors of #ef8ace

#ef8ace #ef8a9c #de8aef

Monochromatic Colors of #ef8ace

#ef8ace

Complementary Color

#ef8ace #8aefab

#ef8ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8ace Color CSS Codes

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

#ef8ace Text Font Color

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

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


#ef8ace Background Color

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

This div background color is #ef8ace


#ef8ace Border Color

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

This div border color is #ef8ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8ace


Comments

No comments written yet.

Please login to write comment.