Color Hex Logo

#efabcb Color Hex

#EFABCB
(239,171,203)
0 Favorites   0 Comments

Color spaces of #efabcb

RGB 239171203
HSL0.920.680.80
HSV332°28°94°
CMYK 0.000.280.15   0.06
XYZ60.939051.788363.2842
Yxy51.78830.34620.2942
Hunter Lab71.964125.2162-1.7639
CIE-Lab77.154129.6178-6.2967

#efabcb color RGB value is (239,171,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11001011
Octal 357 253 313
Decimal 239 171 203
Hex EF AB CB

RGB Percentages of Color #efabcb

%38.99
%27.90
%33.12

CMYK Percentages of Color #efabcb

%0
%28
%15
%6

Triadic Colors of #efabcb

#efabcb #cbefab #abcbef

Analogous Colors of #efabcb

#efabcb #efadab #efabed

Monochromatic Colors of #efabcb

#efabcb

Complementary Color

#efabcb #abefcf

#efabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabcb Color CSS Codes

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

#efabcb Text Font Color

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

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


#efabcb Background Color

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

This div background color is #efabcb


#efabcb Border Color

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

This div border color is #efabcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabcb


Comments

No comments written yet.

Please login to write comment.