Color Hex Logo

#efaebf Color Hex

#EFAEBF
(239,174,191)
0 Favorites   0 Comments

Color spaces of #efaebf

RGB 239174191
HSL0.960.670.81
HSV344°27°94°
CMYK 0.000.270.20   0.06
XYZ60.136652.384456.2319
Yxy52.38440.35640.3104
Hunter Lab72.377121.65214.5998
CIE-Lab77.510126.18240.7628

#efaebf color RGB value is (239,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 10111111
Octal 357 256 277
Decimal 239 174 191
Hex EF AE BF

RGB Percentages of Color #efaebf

%39.57
%28.81
%31.62

CMYK Percentages of Color #efaebf

%0
%27
%20
%6

Triadic Colors of #efaebf

#efaebf #bfefae #aebfef

Analogous Colors of #efaebf

#efaebf #efbeae #efaee0

Monochromatic Colors of #efaebf

#efaebf

Complementary Color

#efaebf #aeefde

#efaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaebf Color CSS Codes

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

#efaebf Text Font Color

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

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


#efaebf Background Color

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

This div background color is #efaebf


#efaebf Border Color

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

This div border color is #efaebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,174,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 #efaebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaebf


Comments

No comments written yet.

Please login to write comment.