Color Hex Logo

#efafb2 Color Hex

#EFAFB2
(239,175,178)
0 Favorites   0 Comments

Color spaces of #efafb2

RGB 239175178
HSL0.990.670.81
HSV357°27°94°
CMYK 0.000.270.26   0.06
XYZ58.962552.225049.0923
Yxy52.22500.36790.3258
Hunter Lab72.266919.171010.3099
CIE-Lab77.415223.77977.6998

#efafb2 color RGB value is (239,175,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 10110010
Octal 357 257 262
Decimal 239 175 178
Hex EF AF B2

RGB Percentages of Color #efafb2

%40.37
%29.56
%30.07

CMYK Percentages of Color #efafb2

%0
%27
%26
%6

Triadic Colors of #efafb2

#efafb2 #b2efaf #afb2ef

Analogous Colors of #efafb2

#efafb2 #efccaf #efafd2

Monochromatic Colors of #efafb2

#efafb2

Complementary Color

#efafb2 #afefec

#efafb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafb2 Color CSS Codes

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

#efafb2 Text Font Color

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

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


#efafb2 Background Color

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

This div background color is #efafb2


#efafb2 Border Color

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

This div border color is #efafb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafb2


Comments

No comments written yet.

Please login to write comment.