Color Hex Logo

#efadcd Color Hex

#EFADCD
(239,173,205)
0 Favorites   0 Comments

Color spaces of #efadcd

RGB 239173205
HSL0.920.670.81
HSV331°28°94°
CMYK 0.000.280.14   0.06
XYZ61.559652.645664.6747
Yxy52.64560.34410.2943
Hunter Lab72.557324.4691-2.0587
CIE-Lab77.665328.8729-6.6289

#efadcd color RGB value is (239,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 11001101
Octal 357 255 315
Decimal 239 173 205
Hex EF AD CD

RGB Percentages of Color #efadcd

%38.74
%28.04
%33.23

CMYK Percentages of Color #efadcd

%0
%28
%14
%6

Triadic Colors of #efadcd

#efadcd #cdefad #adcdef

Analogous Colors of #efadcd

#efadcd #efaead #efadee

Monochromatic Colors of #efadcd

#efadcd

Complementary Color

#efadcd #adefcf

#efadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadcd Color CSS Codes

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

#efadcd Text Font Color

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

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


#efadcd Background Color

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

This div background color is #efadcd


#efadcd Border Color

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

This div border color is #efadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadcd


Comments

No comments written yet.

Please login to write comment.