Color Hex Logo

#efa6cb Color Hex

#EFA6CB
(239,166,203)
0 Favorites   0 Comments

Color spaces of #efa6cb

RGB 239166203
HSL0.920.700.79
HSV330°31°94°
CMYK 0.000.310.15   0.06
XYZ60.012349.935062.9753
Yxy49.93500.34700.2888
Hunter Lab70.664727.9287-3.3730
CIE-Lab76.029332.2691-7.9639

#efa6cb color RGB value is (239,166,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100110 11001011
Octal 357 246 313
Decimal 239 166 203
Hex EF A6 CB

RGB Percentages of Color #efa6cb

%39.31
%27.30
%33.39

CMYK Percentages of Color #efa6cb

%0
%31
%15
%6

Triadic Colors of #efa6cb

#efa6cb #cbefa6 #a6cbef

Analogous Colors of #efa6cb

#efa6cb #efa6a7 #efa6ef

Monochromatic Colors of #efa6cb

#efa6cb

Complementary Color

#efa6cb #a6efca

#efa6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa6cb Color CSS Codes

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

#efa6cb Text Font Color

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

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


#efa6cb Background Color

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

This div background color is #efa6cb


#efa6cb Border Color

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

This div border color is #efa6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa6cb


Comments

No comments written yet.

Please login to write comment.