Color Hex Logo

#efafb7 Color Hex

#EFAFB7
(239,175,183)
0 Favorites   0 Comments

Color spaces of #efafb7

RGB 239175183
HSL0.980.670.81
HSV353°27°94°
CMYK 0.000.270.23   0.06
XYZ59.473852.429651.7851
Yxy52.42960.36330.3203
Hunter Lab72.408319.89968.2827
CIE-Lab77.537024.48375.1556

#efafb7 color RGB value is (239,175,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 10110111
Octal 357 257 267
Decimal 239 175 183
Hex EF AF B7

RGB Percentages of Color #efafb7

%40.03
%29.31
%30.65

CMYK Percentages of Color #efafb7

%0
%27
%23
%6

Triadic Colors of #efafb7

#efafb7 #b7efaf #afb7ef

Analogous Colors of #efafb7

#efafb7 #efc7af #efafd7

Monochromatic Colors of #efafb7

#efafb7

Complementary Color

#efafb7 #afefe7

#efafb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafb7 Color CSS Codes

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

#efafb7 Text Font Color

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

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


#efafb7 Background Color

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

This div background color is #efafb7


#efafb7 Border Color

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

This div border color is #efafb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafb7


Comments

No comments written yet.

Please login to write comment.