Color Hex Logo

#efa4be Color Hex

#EFA4BE
(239,164,190)
0 Favorites   0 Comments

Color spaces of #efa4be

RGB 239164190
HSL0.940.700.79
HSV339°31°94°
CMYK 0.000.310.21   0.06
XYZ58.166348.619355.0340
Yxy48.61930.35950.3005
Hunter Lab69.727526.88042.0133
CIE-Lab75.213931.3400-2.0486

#efa4be color RGB value is (239,164,190).

#efa4be hex color red value is 239, green value is 164 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #efa4be hue: 0.94 , saturation: 0.70 and the lightness value of efa4be is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 10111110
Octal 357 244 276
Decimal 239 164 190
Hex EF A4 BE

RGB Percentages of Color #efa4be

%40.30
%27.66
%32.04

CMYK Percentages of Color #efa4be

%0
%31
%21
%6

Triadic Colors of #efa4be

#efa4be #beefa4 #a4beef

Analogous Colors of #efa4be

#efa4be #efb0a4 #efa4e4

Monochromatic Colors of #efa4be

#efa4be

Complementary Color

#efa4be #a4efd5

#efa4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa4be Color CSS Codes

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

#efa4be Text Font Color

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

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


#efa4be Background Color

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

This div background color is #efa4be


#efa4be Border Color

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

This div border color is #efa4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa4be


Comments

No comments written yet.

Please login to write comment.