Color Hex Logo

#efa4bd Color Hex

#EFA4BD
(239,164,189)
0 Favorites   0 Comments

Color spaces of #efa4bd

RGB 239164189
HSL0.940.700.79
HSV340°31°94°
CMYK 0.000.310.21   0.06
XYZ58.057448.575854.4602
Yxy48.57580.36040.3015
Hunter Lab69.696326.72282.4587
CIE-Lab75.186731.1922-1.5399

#efa4bd color RGB value is (239,164,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 10111101
Octal 357 244 275
Decimal 239 164 189
Hex EF A4 BD

RGB Percentages of Color #efa4bd

%40.37
%27.70
%31.93

CMYK Percentages of Color #efa4bd

%0
%31
%21
%6

Triadic Colors of #efa4bd

#efa4bd #bdefa4 #a4bdef

Analogous Colors of #efa4bd

#efa4bd #efb1a4 #efa4e3

Monochromatic Colors of #efa4bd

#efa4bd

Complementary Color

#efa4bd #a4efd6

#efa4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa4bd Color CSS Codes

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

#efa4bd Text Font Color

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

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


#efa4bd Background Color

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

This div background color is #efa4bd


#efa4bd Border Color

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

This div border color is #efa4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa4bd


Comments

No comments written yet.

Please login to write comment.