Color Hex Logo

#efafbf Color Hex

#EFAFBF
(239,175,191)
0 Favorites   0 Comments

Color spaces of #efafbf

RGB 239175191
HSL0.960.670.81
HSV345°27°94°
CMYK 0.000.270.20   0.06
XYZ60.330552.772356.2965
Yxy52.77230.35610.3115
Hunter Lab72.644521.11434.9039
CIE-Lab77.740425.65081.0984

#efafbf color RGB value is (239,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 10111111
Octal 357 257 277
Decimal 239 175 191
Hex EF AF BF

RGB Percentages of Color #efafbf

%39.50
%28.93
%31.57

CMYK Percentages of Color #efafbf

%0
%27
%20
%6

Triadic Colors of #efafbf

#efafbf #bfefaf #afbfef

Analogous Colors of #efafbf

#efafbf #efbfaf #efafdf

Monochromatic Colors of #efafbf

#efafbf

Complementary Color

#efafbf #afefdf

#efafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafbf Color CSS Codes

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

#efafbf Text Font Color

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

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


#efafbf Background Color

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

This div background color is #efafbf


#efafbf Border Color

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

This div border color is #efafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafbf


Comments

No comments written yet.

Please login to write comment.