Color Hex Logo

#efbcbe Color Hex

#EFBCBE
(239,188,190)
0 Favorites   0 Comments

Color spaces of #efbcbe

RGB 239188190
HSL0.990.610.84
HSV358°21°94°
CMYK 0.000.210.21   0.06
XYZ62.874158.034956.6032
Yxy58.03490.35420.3269
Hunter Lab76.180614.00519.2732
CIE-Lab80.758218.59896.0105

#efbcbe color RGB value is (239,188,190).

#efbcbe hex color red value is 239, green value is 188 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #efbcbe hue: 0.99 , saturation: 0.61 and the lightness value of efbcbe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 10111110
Octal 357 274 276
Decimal 239 188 190
Hex EF BC BE

RGB Percentages of Color #efbcbe

%38.74
%30.47
%30.79

CMYK Percentages of Color #efbcbe

%0
%21
%21
%6

Triadic Colors of #efbcbe

#efbcbe #beefbc #bcbeef

Analogous Colors of #efbcbe

#efbcbe #efd4bc #efbcd8

Monochromatic Colors of #efbcbe

#efbcbe

Complementary Color

#efbcbe #bcefed

#efbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcbe Color CSS Codes

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

#efbcbe Text Font Color

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

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


#efbcbe Background Color

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

This div background color is #efbcbe


#efbcbe Border Color

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

This div border color is #efbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcbe


Comments

No comments written yet.

Please login to write comment.