Color Hex Logo

#efbcb6 Color Hex

#EFBCB6
(239,188,182)
0 Favorites   0 Comments

Color spaces of #efbcb6

RGB 239188182
HSL0.020.640.83
HSV24°94°
CMYK 0.000.210.24   0.06
XYZ62.023357.694652.1231
Yxy57.69460.36090.3357
Hunter Lab75.957012.831012.4840
CIE-Lab80.568717.441710.0437

#efbcb6 color RGB value is (239,188,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 10110110
Octal 357 274 266
Decimal 239 188 182
Hex EF BC B6

RGB Percentages of Color #efbcb6

%39.24
%30.87
%29.89

CMYK Percentages of Color #efbcb6

%0
%21
%24
%6

Triadic Colors of #efbcb6

#efbcb6 #b6efbc #bcb6ef

Analogous Colors of #efbcb6

#efbcb6 #efd9b6 #efb6cd

Monochromatic Colors of #efbcb6

#efbcb6

Complementary Color

#efbcb6 #b6e9ef

#efbcb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcb6 Color CSS Codes

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

#efbcb6 Text Font Color

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

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


#efbcb6 Background Color

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

This div background color is #efbcb6


#efbcb6 Border Color

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

This div border color is #efbcb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcb6


Comments

No comments written yet.

Please login to write comment.