Color Hex Logo

#efc9bb Color Hex

#EFC9BB
(239,201,187)
0 Favorites   0 Comments

Color spaces of #efc9bb

RGB 239201187
HSL0.040.620.84
HSV16°22°94°
CMYK 0.000.160.22   0.06
XYZ65.452963.711955.8616
Yxy63.71190.35370.3443
Hunter Lab79.81976.687114.3799
CIE-Lab83.815511.297311.9873

#efc9bb color RGB value is (239,201,187).

#efc9bb hex color red value is 239, green value is 201 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #efc9bb hue: 0.04 , saturation: 0.62 and the lightness value of efc9bb is 0.84.

The process color (four color CMYK) of #efc9bb color hex is 0.00, 0.16, 0.22, 0.06. Web safe color of #efc9bb is #ffcccc. Color #efc9bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 10111011
Octal 357 311 273
Decimal 239 201 187
Hex EF C9 BB

RGB Percentages of Color #efc9bb

%38.12
%32.06
%29.82

CMYK Percentages of Color #efc9bb

%0
%16
%22
%6

Triadic Colors of #efc9bb

#efc9bb #bbefc9 #c9bbef

Analogous Colors of #efc9bb

#efc9bb #efe3bb #efbbc7

Monochromatic Colors of #efc9bb

#efc9bb

Complementary Color

#efc9bb #bbe1ef

#efc9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc9bb Color CSS Codes

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

#efc9bb Text Font Color

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

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


#efc9bb Background Color

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

This div background color is #efc9bb


#efc9bb Border Color

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

This div border color is #efc9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc9bb


Comments

No comments written yet.

Please login to write comment.