Color Hex Logo

#efbddc Color Hex

#EFBDDC
(239,189,220)
0 Favorites   0 Comments

Color spaces of #efbddc

RGB 239189220
HSL0.900.610.84
HSV323°21°94°
CMYK 0.000.210.08   0.06
XYZ66.712559.913275.7584
Yxy59.91320.32960.2960
Hunter Lab77.403618.3889-3.8473
CIE-Lab81.791022.8382-8.6179

#efbddc color RGB value is (239,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 11011100
Octal 357 275 334
Decimal 239 189 220
Hex EF BD DC

RGB Percentages of Color #efbddc

%36.88
%29.17
%33.95

CMYK Percentages of Color #efbddc

%0
%21
%8
%6

Triadic Colors of #efbddc

#efbddc #dcefbd #bddcef

Analogous Colors of #efbddc

#efbddc #efbdc3 #e9bdef

Monochromatic Colors of #efbddc

#efbddc

Complementary Color

#efbddc #bdefd0

#efbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbddc Color CSS Codes

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

#efbddc Text Font Color

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

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


#efbddc Background Color

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

This div background color is #efbddc


#efbddc Border Color

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

This div border color is #efbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbddc


Comments

No comments written yet.

Please login to write comment.