Color Hex Logo

#efbddd Color Hex

#EFBDDD
(239,189,221)
0 Favorites   0 Comments

Color spaces of #efbddd

RGB 239189221
HSL0.890.610.84
HSV322°21°94°
CMYK 0.000.210.08   0.06
XYZ66.845359.966476.4581
Yxy59.96640.32890.2950
Hunter Lab77.438018.5667-4.3332
CIE-Lab81.819923.0082-9.1120

#efbddd color RGB value is (239,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 11011101
Octal 357 275 335
Decimal 239 189 221
Hex EF BD DD

RGB Percentages of Color #efbddd

%36.83
%29.12
%34.05

CMYK Percentages of Color #efbddd

%0
%21
%8
%6

Triadic Colors of #efbddd

#efbddd #ddefbd #bdddef

Analogous Colors of #efbddd

#efbddd #efbdc4 #e8bdef

Monochromatic Colors of #efbddd

#efbddd

Complementary Color

#efbddd #bdefcf

#efbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbddd Color CSS Codes

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

#efbddd Text Font Color

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

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


#efbddd Background Color

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

This div background color is #efbddd


#efbddd Border Color

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

This div border color is #efbddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbddd


Comments

No comments written yet.

Please login to write comment.