Color Hex Logo

#efb0be Color Hex

#EFB0BE
(239,176,190)
0 Favorites   0 Comments

Color spaces of #efb0be

RGB 239176190
HSL0.960.660.81
HSV347°26°94°
CMYK 0.000.260.21   0.06
XYZ60.416253.119155.7839
Yxy53.11910.35680.3137
Hunter Lab72.882920.42255.6379
CIE-Lab77.945324.97101.9403

#efb0be color RGB value is (239,176,190).

#efb0be hex color red value is 239, green value is 176 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #efb0be hue: 0.96 , saturation: 0.66 and the lightness value of efb0be is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 10111110
Octal 357 260 276
Decimal 239 176 190
Hex EF B0 BE

RGB Percentages of Color #efb0be

%39.50
%29.09
%31.40

CMYK Percentages of Color #efb0be

%0
%26
%21
%6

Triadic Colors of #efb0be

#efb0be #beefb0 #b0beef

Analogous Colors of #efb0be

#efb0be #efc2b0 #efb0de

Monochromatic Colors of #efb0be

#efb0be

Complementary Color

#efb0be #b0efe1

#efb0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb0be Color CSS Codes

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

#efb0be Text Font Color

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

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


#efb0be Background Color

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

This div background color is #efb0be


#efb0be Border Color

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

This div border color is #efb0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb0be


Comments

No comments written yet.

Please login to write comment.