Color Hex Logo

#efabcd Color Hex

#EFABCD
(239,171,205)
0 Favorites   0 Comments

Color spaces of #efabcd

RGB 239171205
HSL0.920.680.80
HSV330°28°94°
CMYK 0.000.280.14   0.06
XYZ61.179051.884364.5478
Yxy51.88430.34450.2921
Hunter Lab72.030825.5543-2.7091
CIE-Lab77.211629.9351-7.3011

#efabcd color RGB value is (239,171,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11001101
Octal 357 253 315
Decimal 239 171 205
Hex EF AB CD

RGB Percentages of Color #efabcd

%38.86
%27.80
%33.33

CMYK Percentages of Color #efabcd

%0
%28
%14
%6

Triadic Colors of #efabcd

#efabcd #cdefab #abcdef

Analogous Colors of #efabcd

#efabcd #efabab #efabef

Monochromatic Colors of #efabcd

#efabcd

Complementary Color

#efabcd #abefcd

#efabcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabcd Color CSS Codes

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

#efabcd Text Font Color

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

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


#efabcd Background Color

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

This div background color is #efabcd


#efabcd Border Color

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

This div border color is #efabcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabcd

#efabcd Color Palettes


Comments

No comments written yet.

Please login to write comment.