Color Hex Logo

#efaebe Color Hex

#EFAEBE
(239,174,190)
0 Favorites   0 Comments

Color spaces of #efaebe

RGB 239174190
HSL0.960.670.81
HSV345°27°94°
CMYK 0.000.270.21   0.06
XYZ60.026952.340555.6542
Yxy52.34050.35730.3115
Hunter Lab72.346721.49675.0327
CIE-Lab77.484026.03381.2692

#efaebe color RGB value is (239,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 10111110
Octal 357 256 276
Decimal 239 174 190
Hex EF AE BE

RGB Percentages of Color #efaebe

%39.64
%28.86
%31.51

CMYK Percentages of Color #efaebe

%0
%27
%21
%6

Triadic Colors of #efaebe

#efaebe #beefae #aebeef

Analogous Colors of #efaebe

#efaebe #efbfae #efaedf

Monochromatic Colors of #efaebe

#efaebe

Complementary Color

#efaebe #aeefdf

#efaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaebe Color CSS Codes

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

#efaebe Text Font Color

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

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


#efaebe Background Color

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

This div background color is #efaebe


#efaebe Border Color

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

This div border color is #efaebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaebe


Comments

No comments written yet.

Please login to write comment.