Color Hex Logo

#efbeac Color Hex

#EFBEAC
(239,190,172)
0 Favorites   0 Comments

Color spaces of #efbeac

RGB 239190172
HSL0.040.680.81
HSV16°28°94°
CMYK 0.000.210.28   0.06
XYZ61.456558.156247.0159
Yxy58.15620.36880.3490
Hunter Lab76.260210.394016.8287
CIE-Lab80.825615.009415.7732

#efbeac color RGB value is (239,190,172).

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

The process color (four color CMYK) of #efbeac color hex is 0.00, 0.21, 0.28, 0.06. Web safe color of #efbeac is #ffcc99. Color #efbeac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 10101100
Octal 357 276 254
Decimal 239 190 172
Hex EF BE AC

RGB Percentages of Color #efbeac

%39.77
%31.61
%28.62

CMYK Percentages of Color #efbeac

%0
%21
%28
%6

Triadic Colors of #efbeac

#efbeac #acefbe #beacef

Analogous Colors of #efbeac

#efbeac #efe0ac #efacbc

Monochromatic Colors of #efbeac

#efbeac

Complementary Color

#efbeac #acddef

#efbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbeac Color CSS Codes

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

#efbeac Text Font Color

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

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


#efbeac Background Color

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

This div background color is #efbeac


#efbeac Border Color

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

This div border color is #efbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbeac


Comments

No comments written yet.

Please login to write comment.