Color Hex Logo

#efa9bf Color Hex

#EFA9BF
(239,169,191)
0 Favorites   0 Comments

Color spaces of #efa9bf

RGB 239169191
HSL0.950.690.80
HSV341°29°94°
CMYK 0.000.290.20   0.06
XYZ59.188550.488255.9158
Yxy50.48820.35740.3049
Hunter Lab71.055024.34333.0811
CIE-Lab76.367928.8378-0.9052

#efa9bf color RGB value is (239,169,191).

#efa9bf hex color red value is 239, green value is 169 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #efa9bf hue: 0.95 , saturation: 0.69 and the lightness value of efa9bf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 10111111
Octal 357 251 277
Decimal 239 169 191
Hex EF A9 BF

RGB Percentages of Color #efa9bf

%39.90
%28.21
%31.89

CMYK Percentages of Color #efa9bf

%0
%29
%20
%6

Triadic Colors of #efa9bf

#efa9bf #bfefa9 #a9bfef

Analogous Colors of #efa9bf

#efa9bf #efb6a9 #efa9e2

Monochromatic Colors of #efa9bf

#efa9bf

Complementary Color

#efa9bf #a9efd9

#efa9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa9bf Color CSS Codes

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

#efa9bf Text Font Color

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

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


#efa9bf Background Color

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

This div background color is #efa9bf


#efa9bf Border Color

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

This div border color is #efa9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa9bf


Comments

No comments written yet.

Please login to write comment.