Color Hex Logo

#efbbb6 Color Hex

#EFBBB6
(239,187,182)
0 Favorites   0 Comments

Color spaces of #efbbb6

RGB 239187182
HSL0.010.640.83
HSV24°94°
CMYK 0.000.220.24   0.06
XYZ61.810457.268852.0522
Yxy57.26880.36120.3346
Hunter Lab75.676213.361112.1920
CIE-Lab80.330517.97149.7041

#efbbb6 color RGB value is (239,187,182).

#efbbb6 hex color red value is 239, green value is 187 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #efbbb6 hue: 0.01 , saturation: 0.64 and the lightness value of efbbb6 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 10110110
Octal 357 273 266
Decimal 239 187 182
Hex EF BB B6

RGB Percentages of Color #efbbb6

%39.31
%30.76
%29.93

CMYK Percentages of Color #efbbb6

%0
%22
%24
%6

Triadic Colors of #efbbb6

#efbbb6 #b6efbb #bbb6ef

Analogous Colors of #efbbb6

#efbbb6 #efd8b6 #efb6ce

Monochromatic Colors of #efbbb6

#efbbb6

Complementary Color

#efbbb6 #b6eaef

#efbbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbb6 Color CSS Codes

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

#efbbb6 Text Font Color

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

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


#efbbb6 Background Color

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

This div background color is #efbbb6


#efbbb6 Border Color

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

This div border color is #efbbb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbb6


Comments

No comments written yet.

Please login to write comment.