Color Hex Logo

#efabcc Color Hex

#EFABCC
(239,171,204)
0 Favorites   0 Comments

Color spaces of #efabcc

RGB 239171204
HSL0.920.680.80
HSV331°28°94°
CMYK 0.000.280.15   0.06
XYZ61.058651.836263.9140
Yxy51.83620.34530.2932
Hunter Lab71.997425.3846-2.2352
CIE-Lab77.182829.7759-6.7991

#efabcc color RGB value is (239,171,204).

#efabcc hex color red value is 239, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #efabcc hue: 0.92 , saturation: 0.68 and the lightness value of efabcc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11001100
Octal 357 253 314
Decimal 239 171 204
Hex EF AB CC

RGB Percentages of Color #efabcc

%38.93
%27.85
%33.22

CMYK Percentages of Color #efabcc

%0
%28
%15
%6

Triadic Colors of #efabcc

#efabcc #ccefab #abccef

Analogous Colors of #efabcc

#efabcc #efacab #efabee

Monochromatic Colors of #efabcc

#efabcc

Complementary Color

#efabcc #abefce

#efabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabcc Color CSS Codes

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

#efabcc Text Font Color

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

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


#efabcc Background Color

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

This div background color is #efabcc


#efabcc Border Color

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

This div border color is #efabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabcc


Comments

No comments written yet.

Please login to write comment.