Color Hex Logo

#efbfb6 Color Hex

#EFBFB6
(239,191,182)
0 Favorites   0 Comments

Color spaces of #efbfb6

RGB 239191182
HSL0.030.640.83
HSV24°94°
CMYK 0.000.200.24   0.06
XYZ62.670958.989752.3390
Yxy58.98970.36020.3390
Hunter Lab76.804811.243613.3598
CIE-Lab81.285915.854311.0646

#efbfb6 color RGB value is (239,191,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 10110110
Octal 357 277 266
Decimal 239 191 182
Hex EF BF B6

RGB Percentages of Color #efbfb6

%39.05
%31.21
%29.74

CMYK Percentages of Color #efbfb6

%0
%20
%24
%6

Triadic Colors of #efbfb6

#efbfb6 #b6efbf #bfb6ef

Analogous Colors of #efbfb6

#efbfb6 #efdcb6 #efb6ca

Monochromatic Colors of #efbfb6

#efbfb6

Complementary Color

#efbfb6 #b6e6ef

#efbfb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbfb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbfb6 Color CSS Codes

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

#efbfb6 Text Font Color

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

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


#efbfb6 Background Color

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

This div background color is #efbfb6


#efbfb6 Border Color

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

This div border color is #efbfb6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,191,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 #efbfb6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbfb6


Comments

No comments written yet.

Please login to write comment.