Color Hex Logo

#efadcf Color Hex

#EFADCF
(239,173,207)
0 Favorites   0 Comments

Color spaces of #efadcf

RGB 239173207
HSL0.910.670.81
HSV329°28°94°
CMYK 0.000.280.13   0.06
XYZ61.802752.742965.9545
Yxy52.74290.34240.2922
Hunter Lab72.624324.8095-3.0078
CIE-Lab77.723029.1930-7.6312

#efadcf color RGB value is (239,173,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 11001111
Octal 357 255 317
Decimal 239 173 207
Hex EF AD CF

RGB Percentages of Color #efadcf

%38.61
%27.95
%33.44

CMYK Percentages of Color #efadcf

%0
%28
%13
%6

Triadic Colors of #efadcf

#efadcf #cfefad #adcfef

Analogous Colors of #efadcf

#efadcf #efadae #eeadef

Monochromatic Colors of #efadcf

#efadcf

Complementary Color

#efadcf #adefcd

#efadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadcf Color CSS Codes

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

#efadcf Text Font Color

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

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


#efadcf Background Color

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

This div background color is #efadcf


#efadcf Border Color

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

This div border color is #efadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadcf


Comments

No comments written yet.

Please login to write comment.