Color Hex Logo

#efaccb Color Hex

#EFACCB
(239,172,203)
0 Favorites   0 Comments

Color spaces of #efaccb

RGB 239172203
HSL0.920.680.81
HSV332°28°94°
CMYK 0.000.280.15   0.06
XYZ61.128652.167663.3474
Yxy52.16760.34610.2953
Hunter Lab72.227124.6739-1.4418
CIE-Lab77.380929.0866-5.9611

#efaccb color RGB value is (239,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11001011
Octal 357 254 313
Decimal 239 172 203
Hex EF AC CB

RGB Percentages of Color #efaccb

%38.93
%28.01
%33.06

CMYK Percentages of Color #efaccb

%0
%28
%15
%6

Triadic Colors of #efaccb

#efaccb #cbefac #accbef

Analogous Colors of #efaccb

#efaccb #efafac #efaced

Monochromatic Colors of #efaccb

#efaccb

Complementary Color

#efaccb #acefd0

#efaccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaccb Color CSS Codes

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

#efaccb Text Font Color

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

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


#efaccb Background Color

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

This div background color is #efaccb


#efaccb Border Color

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

This div border color is #efaccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaccb


Comments

No comments written yet.

Please login to write comment.