Color Hex Logo

#efbbdb Color Hex

#EFBBDB
(239,187,219)
0 Favorites   0 Comments

Color spaces of #efbbdb

RGB 239187219
HSL0.900.620.84
HSV323°22°94°
CMYK 0.000.220.08   0.06
XYZ66.153159.005874.9205
Yxy59.00580.33060.2949
Hunter Lab76.815219.2971-4.0569
CIE-Lab81.294823.7316-8.8176

#efbbdb color RGB value is (239,187,219).

#efbbdb hex color red value is 239, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #efbbdb hue: 0.90 , saturation: 0.62 and the lightness value of efbbdb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 11011011
Octal 357 273 333
Decimal 239 187 219
Hex EF BB DB

RGB Percentages of Color #efbbdb

%37.05
%28.99
%33.95

CMYK Percentages of Color #efbbdb

%0
%22
%8
%6

Triadic Colors of #efbbdb

#efbbdb #dbefbb #bbdbef

Analogous Colors of #efbbdb

#efbbdb #efbbc1 #e9bbef

Monochromatic Colors of #efbbdb

#efbbdb

Complementary Color

#efbbdb #bbefcf

#efbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbdb Color CSS Codes

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

#efbbdb Text Font Color

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

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


#efbbdb Background Color

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

This div background color is #efbbdb


#efbbdb Border Color

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

This div border color is #efbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbdb


Comments

No comments written yet.

Please login to write comment.