Color Hex Logo

#efa9cf Color Hex

#EFA9CF
(239,169,207)
0 Favorites   0 Comments

Color spaces of #efa9cf

RGB 239169207
HSL0.910.690.80
HSV327°29°94°
CMYK 0.000.290.13   0.06
XYZ61.047151.231765.7027
Yxy51.23170.34300.2878
Hunter Lab71.576326.9832-4.3212
CIE-Lab76.819131.3162-8.9739

#efa9cf color RGB value is (239,169,207).

#efa9cf hex color red value is 239, green value is 169 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #efa9cf hue: 0.91 , saturation: 0.69 and the lightness value of efa9cf is 0.80.

The process color (four color CMYK) of #efa9cf color hex is 0.00, 0.29, 0.13, 0.06. Web safe color of #efa9cf is #ff99cc. Color #efa9cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 11001111
Octal 357 251 317
Decimal 239 169 207
Hex EF A9 CF

RGB Percentages of Color #efa9cf

%38.86
%27.48
%33.66

CMYK Percentages of Color #efa9cf

%0
%29
%13
%6

Triadic Colors of #efa9cf

#efa9cf #cfefa9 #a9cfef

Analogous Colors of #efa9cf

#efa9cf #efa9ac #eca9ef

Monochromatic Colors of #efa9cf

#efa9cf

Complementary Color

#efa9cf #a9efc9

#efa9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa9cf Color CSS Codes

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

#efa9cf Text Font Color

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

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


#efa9cf Background Color

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

This div background color is #efa9cf


#efa9cf Border Color

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

This div border color is #efa9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa9cf


Comments

No comments written yet.

Please login to write comment.