Color Hex Logo

#efa6be Color Hex

#EFA6BE
(239,166,190)
0 Favorites   0 Comments

Color spaces of #efa6be

RGB 239166190
HSL0.950.700.79
HSV340°31°94°
CMYK 0.000.310.21   0.06
XYZ58.527149.340955.1542
Yxy49.34090.35900.3027
Hunter Lab70.243125.80232.6162
CIE-Lab75.662930.2804-1.3903

#efa6be color RGB value is (239,166,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100110 10111110
Octal 357 246 276
Decimal 239 166 190
Hex EF A6 BE

RGB Percentages of Color #efa6be

%40.17
%27.90
%31.93

CMYK Percentages of Color #efa6be

%0
%31
%21
%6

Triadic Colors of #efa6be

#efa6be #beefa6 #a6beef

Analogous Colors of #efa6be

#efa6be #efb3a6 #efa6e3

Monochromatic Colors of #efa6be

#efa6be

Complementary Color

#efa6be #a6efd7

#efa6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa6be Color CSS Codes

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

#efa6be Text Font Color

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

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


#efa6be Background Color

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

This div background color is #efa6be


#efa6be Border Color

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

This div border color is #efa6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa6be


Comments

No comments written yet.

Please login to write comment.