Color Hex Logo

#efa4bf Color Hex

#EFA4BF
(239,164,191)
0 Favorites   0 Comments

Color spaces of #efa4bf

RGB 239164191
HSL0.940.700.79
HSV338°31°94°
CMYK 0.000.310.20   0.06
XYZ58.276048.663255.6117
Yxy48.66320.35850.2994
Hunter Lab69.759027.03891.5655
CIE-Lab75.241331.4884-2.5568

#efa4bf color RGB value is (239,164,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 10111111
Octal 357 244 277
Decimal 239 164 191
Hex EF A4 BF

RGB Percentages of Color #efa4bf

%40.24
%27.61
%32.15

CMYK Percentages of Color #efa4bf

%0
%31
%20
%6

Triadic Colors of #efa4bf

#efa4bf #bfefa4 #a4bfef

Analogous Colors of #efa4bf

#efa4bf #efafa4 #efa4e5

Monochromatic Colors of #efa4bf

#efa4bf

Complementary Color

#efa4bf #a4efd4

#efa4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa4bf Color CSS Codes

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

#efa4bf Text Font Color

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

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


#efa4bf Background Color

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

This div background color is #efa4bf


#efa4bf Border Color

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

This div border color is #efa4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa4bf


Comments

No comments written yet.

Please login to write comment.