Color Hex Logo

#efbddb Color Hex

#EFBDDB
(239,189,219)
0 Favorites   0 Comments

Color spaces of #efbddb

RGB 239189219
HSL0.900.610.84
HSV324°21°94°
CMYK 0.000.210.08   0.06
XYZ66.580459.860475.0629
Yxy59.86040.33040.2971
Hunter Lab77.369518.2117-3.3637
CIE-Lab81.762322.6686-8.1235

#efbddb color RGB value is (239,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 11011011
Octal 357 275 333
Decimal 239 189 219
Hex EF BD DB

RGB Percentages of Color #efbddb

%36.94
%29.21
%33.85

CMYK Percentages of Color #efbddb

%0
%21
%8
%6

Triadic Colors of #efbddb

#efbddb #dbefbd #bddbef

Analogous Colors of #efbddb

#efbddb #efbdc2 #eabdef

Monochromatic Colors of #efbddb

#efbddb

Complementary Color

#efbddb #bdefd1

#efbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbddb Color CSS Codes

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

#efbddb Text Font Color

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

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


#efbddb Background Color

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

This div background color is #efbddb


#efbddb Border Color

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

This div border color is #efbddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,189,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 #efbddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbddb

#efbddb Color Palettes


Comments

No comments written yet.

Please login to write comment.