Color Hex Logo

#efafb5 Color Hex

#EFAFB5
(239,175,181)
0 Favorites   0 Comments

Color spaces of #efafb5

RGB 239175181
HSL0.980.670.81
HSV354°27°94°
CMYK 0.000.270.24   0.06
XYZ59.267152.346950.6963
Yxy52.34690.36510.3225
Hunter Lab72.351219.60549.1014
CIE-Lab77.487824.19976.1727

#efafb5 color RGB value is (239,175,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 10110101
Octal 357 257 265
Decimal 239 175 181
Hex EF AF B5

RGB Percentages of Color #efafb5

%40.17
%29.41
%30.42

CMYK Percentages of Color #efafb5

%0
%27
%24
%6

Triadic Colors of #efafb5

#efafb5 #b5efaf #afb5ef

Analogous Colors of #efafb5

#efafb5 #efc9af #efafd5

Monochromatic Colors of #efafb5

#efafb5

Complementary Color

#efafb5 #afefe9

#efafb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafb5 Color CSS Codes

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

#efafb5 Text Font Color

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

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


#efafb5 Background Color

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

This div background color is #efafb5


#efafb5 Border Color

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

This div border color is #efafb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafb5


Comments

No comments written yet.

Please login to write comment.