Color Hex Logo

#efafb9 Color Hex

#EFAFB9
(239,175,185)
0 Favorites   0 Comments

Color spaces of #efafb9

RGB 239175185
HSL0.970.670.81
HSV351°27°94°
CMYK 0.000.270.23   0.06
XYZ59.683552.513452.8894
Yxy52.51340.36150.3181
Hunter Lab72.466120.19787.4535
CIE-Lab77.586824.77104.1396

#efafb9 color RGB value is (239,175,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 10111001
Octal 357 257 271
Decimal 239 175 185
Hex EF AF B9

RGB Percentages of Color #efafb9

%39.90
%29.22
%30.88

CMYK Percentages of Color #efafb9

%0
%27
%23
%6

Triadic Colors of #efafb9

#efafb9 #b9efaf #afb9ef

Analogous Colors of #efafb9

#efafb9 #efc5af #efafd9

Monochromatic Colors of #efafb9

#efafb9

Complementary Color

#efafb9 #afefe5

#efafb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafb9 Color CSS Codes

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

#efafb9 Text Font Color

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

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


#efafb9 Background Color

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

This div background color is #efafb9


#efafb9 Border Color

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

This div border color is #efafb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafb9


Comments

No comments written yet.

Please login to write comment.