Color Hex Logo

#efadbb Color Hex

#EFADBB
(239,173,187)
0 Favorites   0 Comments

Color spaces of #efadbb

RGB 239173187
HSL0.960.670.81
HSV347°28°94°
CMYK 0.000.280.22   0.06
XYZ59.509851.825753.8806
Yxy51.82570.36020.3137
Hunter Lab71.990121.57246.0177
CIE-Lab77.176526.12392.4561

#efadbb color RGB value is (239,173,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 10111011
Octal 357 255 273
Decimal 239 173 187
Hex EF AD BB

RGB Percentages of Color #efadbb

%39.90
%28.88
%31.22

CMYK Percentages of Color #efadbb

%0
%28
%22
%6

Triadic Colors of #efadbb

#efadbb #bbefad #adbbef

Analogous Colors of #efadbb

#efadbb #efc0ad #efaddc

Monochromatic Colors of #efadbb

#efadbb

Complementary Color

#efadbb #adefe1

#efadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadbb Color CSS Codes

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

#efadbb Text Font Color

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

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


#efadbb Background Color

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

This div background color is #efadbb


#efadbb Border Color

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

This div border color is #efadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadbb


Comments

No comments written yet.

Please login to write comment.