Color Hex Logo

#efafbc Color Hex

#EFAFBC
(239,175,188)
0 Favorites   0 Comments

Color spaces of #efafbc

RGB 239175188
HSL0.970.670.81
HSV348°27°94°
CMYK 0.000.270.21   0.06
XYZ60.003752.641554.5752
Yxy52.64150.35880.3148
Hunter Lab72.554520.65206.1904
CIE-Lab77.662925.20762.6177

#efafbc color RGB value is (239,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 10111100
Octal 357 257 274
Decimal 239 175 188
Hex EF AF BC

RGB Percentages of Color #efafbc

%39.70
%29.07
%31.23

CMYK Percentages of Color #efafbc

%0
%27
%21
%6

Triadic Colors of #efafbc

#efafbc #bcefaf #afbcef

Analogous Colors of #efafbc

#efafbc #efc2af #efafdc

Monochromatic Colors of #efafbc

#efafbc

Complementary Color

#efafbc #afefe2

#efafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafbc Color CSS Codes

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

#efafbc Text Font Color

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

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


#efafbc Background Color

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

This div background color is #efafbc


#efafbc Border Color

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

This div border color is #efafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafbc


Comments

No comments written yet.

Please login to write comment.