Color Hex Logo

#efbecd Color Hex

#EFBECD
(239,190,205)
0 Favorites   0 Comments

Color spaces of #efbecd

RGB 239190205
HSL0.950.600.84
HSV342°21°94°
CMYK 0.000.210.14   0.06
XYZ65.029559.585465.8313
Yxy59.58540.34150.3129
Hunter Lab77.191615.29083.4698
CIE-Lab81.612319.8399-0.8200

#efbecd color RGB value is (239,190,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11001101
Octal 357 276 315
Decimal 239 190 205
Hex EF BE CD

RGB Percentages of Color #efbecd

%37.70
%29.97
%32.33

CMYK Percentages of Color #efbecd

%0
%21
%14
%6

Triadic Colors of #efbecd

#efbecd #cdefbe #becdef

Analogous Colors of #efbecd

#efbecd #efc8be #efbee6

Monochromatic Colors of #efbecd

#efbecd

Complementary Color

#efbecd #beefe0

#efbecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbecd Color CSS Codes

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

#efbecd Text Font Color

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

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


#efbecd Background Color

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

This div background color is #efbecd


#efbecd Border Color

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

This div border color is #efbecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbecd


Comments

No comments written yet.

Please login to write comment.