Color Hex Logo

#efa1ce Color Hex

#EFA1CE
(239,161,206)
0 Favorites   0 Comments

Color spaces of #efa1ce

RGB 239161206
HSL0.900.710.78
HSV325°33°94°
CMYK 0.000.330.14   0.06
XYZ59.482148.296764.5797
Yxy48.29670.34510.2802
Hunter Lab69.495831.1620-6.4488
CIE-Lab75.011735.3886-11.1217

#efa1ce color RGB value is (239,161,206).

#efa1ce hex color red value is 239, green value is 161 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #efa1ce hue: 0.90 , saturation: 0.71 and the lightness value of efa1ce is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 11001110
Octal 357 241 316
Decimal 239 161 206
Hex EF A1 CE

RGB Percentages of Color #efa1ce

%39.44
%26.57
%33.99

CMYK Percentages of Color #efa1ce

%0
%33
%14
%6

Triadic Colors of #efa1ce

#efa1ce #ceefa1 #a1ceef

Analogous Colors of #efa1ce

#efa1ce #efa1a7 #e9a1ef

Monochromatic Colors of #efa1ce

#efa1ce

Complementary Color

#efa1ce #a1efc2

#efa1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa1ce Color CSS Codes

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

#efa1ce Text Font Color

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

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


#efa1ce Background Color

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

This div background color is #efa1ce


#efa1ce Border Color

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

This div border color is #efa1ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,161,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 #efa1ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa1ce


Comments

No comments written yet.

Please login to write comment.