Color Hex Logo

#efaebc Color Hex

#EFAEBC
(239,174,188)
0 Favorites   0 Comments

Color spaces of #efaebc

RGB 239174188
HSL0.960.670.81
HSV347°27°94°
CMYK 0.000.270.21   0.06
XYZ59.809852.253754.5106
Yxy52.25370.35910.3137
Hunter Lab72.286721.18865.8908
CIE-Lab77.432325.73892.2829

#efaebc color RGB value is (239,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 10111100
Octal 357 256 274
Decimal 239 174 188
Hex EF AE BC

RGB Percentages of Color #efaebc

%39.77
%28.95
%31.28

CMYK Percentages of Color #efaebc

%0
%27
%21
%6

Triadic Colors of #efaebc

#efaebc #bcefae #aebcef

Analogous Colors of #efaebc

#efaebc #efc1ae #efaedd

Monochromatic Colors of #efaebc

#efaebc

Complementary Color

#efaebc #aeefe1

#efaebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaebc Color CSS Codes

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

#efaebc Text Font Color

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

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


#efaebc Background Color

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

This div background color is #efaebc


#efaebc Border Color

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

This div border color is #efaebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaebc


Comments

No comments written yet.

Please login to write comment.