Color Hex Logo

#efafb0 Color Hex

#EFAFB0
(239,175,176)
0 Favorites   0 Comments

Color spaces of #efafb0

RGB 239175176
HSL1.000.670.81
HSV359°27°94°
CMYK 0.000.270.26   0.06
XYZ58.763052.145348.0422
Yxy52.14530.36970.3281
Hunter Lab72.211718.885711.1028
CIE-Lab77.367623.50328.7192

#efafb0 color RGB value is (239,175,176).

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

The process color (four color CMYK) of #efafb0 color hex is 0.00, 0.27, 0.26, 0.06. Web safe color of #efafb0 is #ff9999. Color #efafb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 10110000
Octal 357 257 260
Decimal 239 175 176
Hex EF AF B0

RGB Percentages of Color #efafb0

%40.51
%29.66
%29.83

CMYK Percentages of Color #efafb0

%0
%27
%26
%6

Triadic Colors of #efafb0

#efafb0 #b0efaf #afb0ef

Analogous Colors of #efafb0

#efafb0 #efceaf #efafd0

Monochromatic Colors of #efafb0

#efafb0

Complementary Color

#efafb0 #afefee

#efafb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafb0 Color CSS Codes

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

#efafb0 Text Font Color

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

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


#efafb0 Background Color

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

This div background color is #efafb0


#efafb0 Border Color

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

This div border color is #efafb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafb0


Comments

No comments written yet.

Please login to write comment.