Color Hex Logo

#efa4cf Color Hex

#EFA4CF
(239,164,207)
0 Favorites   0 Comments

Color spaces of #efa4cf

RGB 239164207
HSL0.900.700.79
HSV326°31°94°
CMYK 0.000.310.13   0.06
XYZ60.134549.406665.3985
Yxy49.40660.34370.2824
Hunter Lab70.289829.7035-5.9612
CIE-Lab75.703633.9642-10.6360

#efa4cf color RGB value is (239,164,207).

#efa4cf hex color red value is 239, green value is 164 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #efa4cf hue: 0.90 , saturation: 0.70 and the lightness value of efa4cf is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 11001111
Octal 357 244 317
Decimal 239 164 207
Hex EF A4 CF

RGB Percentages of Color #efa4cf

%39.18
%26.89
%33.93

CMYK Percentages of Color #efa4cf

%0
%31
%13
%6

Triadic Colors of #efa4cf

#efa4cf #cfefa4 #a4cfef

Analogous Colors of #efa4cf

#efa4cf #efa4aa #eaa4ef

Monochromatic Colors of #efa4cf

#efa4cf

Complementary Color

#efa4cf #a4efc4

#efa4cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa4cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa4cf Color CSS Codes

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

#efa4cf Text Font Color

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

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


#efa4cf Background Color

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

This div background color is #efa4cf


#efa4cf Border Color

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

This div border color is #efa4cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa4cf


Comments

No comments written yet.

Please login to write comment.