Color Hex Logo

#efbbb1 Color Hex

#EFBBB1
(239,187,177)
0 Favorites   0 Comments

Color spaces of #efbbb1

RGB 239187177
HSL0.030.660.82
HSV10°26°94°
CMYK 0.000.220.26   0.06
XYZ61.302757.065749.3787
Yxy57.06570.36540.3402
Hunter Lab75.541812.655714.1238
CIE-Lab80.216517.273612.2321

#efbbb1 color RGB value is (239,187,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 10110001
Octal 357 273 261
Decimal 239 187 177
Hex EF BB B1

RGB Percentages of Color #efbbb1

%39.64
%31.01
%29.35

CMYK Percentages of Color #efbbb1

%0
%22
%26
%6

Triadic Colors of #efbbb1

#efbbb1 #b1efbb #bbb1ef

Analogous Colors of #efbbb1

#efbbb1 #efdab1 #efb1c6

Monochromatic Colors of #efbbb1

#efbbb1

Complementary Color

#efbbb1 #b1e5ef

#efbbb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbb1 Color CSS Codes

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

#efbbb1 Text Font Color

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

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


#efbbb1 Background Color

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

This div background color is #efbbb1


#efbbb1 Border Color

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

This div border color is #efbbb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbb1


Comments

No comments written yet.

Please login to write comment.