Color Hex Logo

#efafbb Color Hex

#EFAFBB
(239,175,187)
0 Favorites   0 Comments

Color spaces of #efafbb

RGB 239175187
HSL0.970.670.81
HSV349°27°94°
CMYK 0.000.270.22   0.06
XYZ59.896252.598554.0094
Yxy52.59850.35970.3159
Hunter Lab72.524820.49976.6140
CIE-Lab77.637325.06133.1247

#efafbb color RGB value is (239,175,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 10111011
Octal 357 257 273
Decimal 239 175 187
Hex EF AF BB

RGB Percentages of Color #efafbb

%39.77
%29.12
%31.11

CMYK Percentages of Color #efafbb

%0
%27
%22
%6

Triadic Colors of #efafbb

#efafbb #bbefaf #afbbef

Analogous Colors of #efafbb

#efafbb #efc3af #efafdb

Monochromatic Colors of #efafbb

#efafbb

Complementary Color

#efafbb #afefe3

#efafbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafbb Color CSS Codes

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

#efafbb Text Font Color

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

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


#efafbb Background Color

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

This div background color is #efafbb


#efafbb Border Color

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

This div border color is #efafbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafbb


Comments

No comments written yet.

Please login to write comment.