Color Hex Logo

#efbcde Color Hex

#EFBCDE
(239,188,222)
0 Favorites   0 Comments

Color spaces of #efbcde

RGB 239188222
HSL0.890.610.84
HSV320°21°94°
CMYK 0.000.210.07   0.06
XYZ66.764659.591177.0906
Yxy59.59110.32820.2929
Hunter Lab77.195319.2892-5.1729
CIE-Lab81.615423.7106-9.9534

#efbcde color RGB value is (239,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 11011110
Octal 357 274 336
Decimal 239 188 222
Hex EF BC DE

RGB Percentages of Color #efbcde

%36.83
%28.97
%34.21

CMYK Percentages of Color #efbcde

%0
%21
%7
%6

Triadic Colors of #efbcde

#efbcde #deefbc #bcdeef

Analogous Colors of #efbcde

#efbcde #efbcc5 #e7bcef

Monochromatic Colors of #efbcde

#efbcde

Complementary Color

#efbcde #bcefcd

#efbcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcde Color CSS Codes

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

#efbcde Text Font Color

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

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


#efbcde Background Color

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

This div background color is #efbcde


#efbcde Border Color

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

This div border color is #efbcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcde


Comments

No comments written yet.

Please login to write comment.