Color Hex Logo

#efadcb Color Hex

#EFADCB
(239,173,203)
0 Favorites   0 Comments

Color spaces of #efadcb

RGB 239173203
HSL0.920.670.81
HSV333°28°94°
CMYK 0.000.280.15   0.06
XYZ61.319752.549763.4111
Yxy52.54970.34590.2964
Hunter Lab72.491224.1322-1.1197
CIE-Lab77.608428.5555-5.6249

#efadcb color RGB value is (239,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 11001011
Octal 357 255 313
Decimal 239 173 203
Hex EF AD CB

RGB Percentages of Color #efadcb

%38.86
%28.13
%33.01

CMYK Percentages of Color #efadcb

%0
%28
%15
%6

Triadic Colors of #efadcb

#efadcb #cbefad #adcbef

Analogous Colors of #efadcb

#efadcb #efb0ad #efadec

Monochromatic Colors of #efadcb

#efadcb

Complementary Color

#efadcb #adefd1

#efadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadcb Color CSS Codes

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

#efadcb Text Font Color

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

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


#efadcb Background Color

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

This div background color is #efadcb


#efadcb Border Color

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

This div border color is #efadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadcb


Comments

No comments written yet.

Please login to write comment.