Color Hex Logo

#efb1ba Color Hex

#EFB1BA
(239,177,186)
0 Favorites   0 Comments

Color spaces of #efb1ba

RGB 239177186
HSL0.980.660.82
HSV351°26°94°
CMYK 0.000.260.22   0.06
XYZ60.181753.340253.5781
Yxy53.34020.36020.3192
Hunter Lab73.034419.27727.6289
CIE-Lab78.075423.85304.3025

#efb1ba color RGB value is (239,177,186).

#efb1ba hex color red value is 239, green value is 177 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #efb1ba hue: 0.98 , saturation: 0.66 and the lightness value of efb1ba is 0.82.

The process color (four color CMYK) of #efb1ba color hex is 0.00, 0.26, 0.22, 0.06. Web safe color of #efb1ba is #ff99cc. Color #efb1ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 10111010
Octal 357 261 272
Decimal 239 177 186
Hex EF B1 BA

RGB Percentages of Color #efb1ba

%39.70
%29.40
%30.90

CMYK Percentages of Color #efb1ba

%0
%26
%22
%6

Triadic Colors of #efb1ba

#efb1ba #baefb1 #b1baef

Analogous Colors of #efb1ba

#efb1ba #efc7b1 #efb1d9

Monochromatic Colors of #efb1ba

#efb1ba

Complementary Color

#efb1ba #b1efe6

#efb1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb1ba Color CSS Codes

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

#efb1ba Text Font Color

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

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


#efb1ba Background Color

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

This div background color is #efb1ba


#efb1ba Border Color

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

This div border color is #efb1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb1ba


Comments

No comments written yet.

Please login to write comment.