Color Hex Logo

#efa5cc Color Hex

#EFA5CC
(239,165,204)
0 Favorites   0 Comments

Color spaces of #efa5cc

RGB 239165204
HSL0.910.700.79
HSV328°31°94°
CMYK 0.000.310.15   0.06
XYZ59.950849.620663.5447
Yxy49.62060.34630.2866
Hunter Lab70.441928.6422-4.1754
CIE-Lab75.835832.9568-8.7983

#efa5cc color RGB value is (239,165,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 11001100
Octal 357 245 314
Decimal 239 165 204
Hex EF A5 CC

RGB Percentages of Color #efa5cc

%39.31
%27.14
%33.55

CMYK Percentages of Color #efa5cc

%0
%31
%15
%6

Triadic Colors of #efa5cc

#efa5cc #ccefa5 #a5ccef

Analogous Colors of #efa5cc

#efa5cc #efa5a7 #eda5ef

Monochromatic Colors of #efa5cc

#efa5cc

Complementary Color

#efa5cc #a5efc8

#efa5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa5cc Color CSS Codes

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

#efa5cc Text Font Color

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

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


#efa5cc Background Color

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

This div background color is #efa5cc


#efa5cc Border Color

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

This div border color is #efa5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa5cc


Comments

No comments written yet.

Please login to write comment.