Color Hex Logo

#efbcbd Color Hex

#EFBCBD
(239,188,189)
0 Favorites   0 Comments

Color spaces of #efbcbd

RGB 239188189
HSL1.000.610.84
HSV359°21°94°
CMYK 0.000.210.21   0.06
XYZ62.765157.991356.0295
Yxy57.99130.35500.3280
Hunter Lab76.152013.85519.6833
CIE-Lab80.734018.45156.5139

#efbcbd color RGB value is (239,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 10111101
Octal 357 274 275
Decimal 239 188 189
Hex EF BC BD

RGB Percentages of Color #efbcbd

%38.80
%30.52
%30.68

CMYK Percentages of Color #efbcbd

%0
%21
%21
%6

Triadic Colors of #efbcbd

#efbcbd #bdefbc #bcbdef

Analogous Colors of #efbcbd

#efbcbd #efd5bc #efbcd7

Monochromatic Colors of #efbcbd

#efbcbd

Complementary Color

#efbcbd #bcefee

#efbcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcbd Color CSS Codes

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

#efbcbd Text Font Color

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

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


#efbcbd Background Color

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

This div background color is #efbcbd


#efbcbd Border Color

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

This div border color is #efbcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcbd


Comments

No comments written yet.

Please login to write comment.