Color Hex Logo

#efb1bc Color Hex

#EFB1BC
(239,177,188)
0 Favorites   0 Comments

Color spaces of #efb1bc

RGB 239177188
HSL0.970.660.82
HSV349°26°94°
CMYK 0.000.260.21   0.06
XYZ60.395853.425854.7060
Yxy53.42580.35840.3170
Hunter Lab73.093019.57976.7898
CIE-Lab78.125724.14483.2890

#efb1bc color RGB value is (239,177,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 10111100
Octal 357 261 274
Decimal 239 177 188
Hex EF B1 BC

RGB Percentages of Color #efb1bc

%39.57
%29.30
%31.13

CMYK Percentages of Color #efb1bc

%0
%26
%21
%6

Triadic Colors of #efb1bc

#efb1bc #bcefb1 #b1bcef

Analogous Colors of #efb1bc

#efb1bc #efc5b1 #efb1db

Monochromatic Colors of #efb1bc

#efb1bc

Complementary Color

#efb1bc #b1efe4

#efb1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb1bc Color CSS Codes

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

#efb1bc Text Font Color

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

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


#efb1bc Background Color

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

This div background color is #efb1bc


#efb1bc Border Color

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

This div border color is #efb1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb1bc


Comments

No comments written yet.

Please login to write comment.