Color Hex Logo

#efadbf Color Hex

#EFADBF
(239,173,191)
0 Favorites   0 Comments

Color spaces of #efadbf

RGB 239173191
HSL0.950.670.81
HSV344°28°94°
CMYK 0.000.280.20   0.06
XYZ59.944151.999556.1677
Yxy51.99950.35660.3093
Hunter Lab72.110722.18964.2959
CIE-Lab77.280526.71350.4281

#efadbf color RGB value is (239,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 10111111
Octal 357 255 277
Decimal 239 173 191
Hex EF AD BF

RGB Percentages of Color #efadbf

%39.64
%28.69
%31.67

CMYK Percentages of Color #efadbf

%0
%28
%20
%6

Triadic Colors of #efadbf

#efadbf #bfefad #adbfef

Analogous Colors of #efadbf

#efadbf #efbcad #efade0

Monochromatic Colors of #efadbf

#efadbf

Complementary Color

#efadbf #adefdd

#efadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadbf Color CSS Codes

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

#efadbf Text Font Color

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

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


#efadbf Background Color

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

This div background color is #efadbf


#efadbf Border Color

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

This div border color is #efadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadbf


Comments

No comments written yet.

Please login to write comment.