Color Hex Logo

#efa5bd Color Hex

#EFA5BD
(239,165,189)
0 Favorites   0 Comments

Color spaces of #efa5bd

RGB 239165189
HSL0.950.700.79
HSV341°31°94°
CMYK 0.000.310.21   0.06
XYZ58.237048.935154.5201
Yxy48.93510.36020.3026
Hunter Lab69.953626.18392.7584
CIE-Lab75.410930.6625-1.2114

#efa5bd color RGB value is (239,165,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 10111101
Octal 357 245 275
Decimal 239 165 189
Hex EF A5 BD

RGB Percentages of Color #efa5bd

%40.30
%27.82
%31.87

CMYK Percentages of Color #efa5bd

%0
%31
%21
%6

Triadic Colors of #efa5bd

#efa5bd #bdefa5 #a5bdef

Analogous Colors of #efa5bd

#efa5bd #efb2a5 #efa5e2

Monochromatic Colors of #efa5bd

#efa5bd

Complementary Color

#efa5bd #a5efd7

#efa5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa5bd Color CSS Codes

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

#efa5bd Text Font Color

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

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


#efa5bd Background Color

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

This div background color is #efa5bd


#efa5bd Border Color

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

This div border color is #efa5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa5bd


Comments

No comments written yet.

Please login to write comment.