Color Hex Logo

#efaeca Color Hex

#EFAECA
(239,174,202)
0 Favorites   0 Comments

Color spaces of #efaeca

RGB 239174202
HSL0.930.670.81
HSV334°27°94°
CMYK 0.000.270.15   0.06
XYZ61.393352.887162.8496
Yxy52.88710.34660.2986
Hunter Lab72.723523.4238-0.3335
CIE-Lab77.808327.8666-4.7858

#efaeca color RGB value is (239,174,202).

#efaeca hex color red value is 239, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #efaeca hue: 0.93 , saturation: 0.67 and the lightness value of efaeca is 0.81.

The process color (four color CMYK) of #efaeca color hex is 0.00, 0.27, 0.15, 0.06. Web safe color of #efaeca is #ff99cc. Color #efaeca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 11001010
Octal 357 256 312
Decimal 239 174 202
Hex EF AE CA

RGB Percentages of Color #efaeca

%38.86
%28.29
%32.85

CMYK Percentages of Color #efaeca

%0
%27
%15
%6

Triadic Colors of #efaeca

#efaeca #caefae #aecaef

Analogous Colors of #efaeca

#efaeca #efb3ae #efaeeb

Monochromatic Colors of #efaeca

#efaeca

Complementary Color

#efaeca #aeefd3

#efaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaeca Color CSS Codes

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

#efaeca Text Font Color

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

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


#efaeca Background Color

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

This div background color is #efaeca


#efaeca Border Color

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

This div border color is #efaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaeca


Comments

No comments written yet.

Please login to write comment.