Color Hex Logo

#efa0bc Color Hex

#EFA0BC
(239,160,188)
0 Favorites   0 Comments

Color spaces of #efa0bc

RGB 239160188
HSL0.940.710.78
HSV339°33°94°
CMYK 0.000.330.21   0.06
XYZ57.244547.123253.6555
Yxy47.12320.36230.2982
Hunter Lab68.646328.72091.7101
CIE-Lab74.268533.1604-2.3371

#efa0bc color RGB value is (239,160,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 10111100
Octal 357 240 274
Decimal 239 160 188
Hex EF A0 BC

RGB Percentages of Color #efa0bc

%40.72
%27.26
%32.03

CMYK Percentages of Color #efa0bc

%0
%33
%21
%6

Triadic Colors of #efa0bc

#efa0bc #bcefa0 #a0bcef

Analogous Colors of #efa0bc

#efa0bc #efaca0 #efa0e4

Monochromatic Colors of #efa0bc

#efa0bc

Complementary Color

#efa0bc #a0efd3

#efa0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa0bc Color CSS Codes

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

#efa0bc Text Font Color

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

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


#efa0bc Background Color

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

This div background color is #efa0bc


#efa0bc Border Color

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

This div border color is #efa0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa0bc


Comments

No comments written yet.

Please login to write comment.