Color Hex Logo

#efbddf Color Hex

#EFBDDF
(239,189,223)
0 Favorites   0 Comments

Color spaces of #efbddf

RGB 239189223
HSL0.890.610.84
HSV319°21°94°
CMYK 0.000.210.07   0.06
XYZ67.113560.073677.8701
Yxy60.07360.32730.2930
Hunter Lab77.507218.9257-5.3126
CIE-Lab81.878223.3509-10.0992

#efbddf color RGB value is (239,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 11011111
Octal 357 275 337
Decimal 239 189 223
Hex EF BD DF

RGB Percentages of Color #efbddf

%36.71
%29.03
%34.25

CMYK Percentages of Color #efbddf

%0
%21
%7
%6

Triadic Colors of #efbddf

#efbddf #dfefbd #bddfef

Analogous Colors of #efbddf

#efbddf #efbdc6 #e6bdef

Monochromatic Colors of #efbddf

#efbddf

Complementary Color

#efbddf #bdefcd

#efbddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbddf Color CSS Codes

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

#efbddf Text Font Color

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

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


#efbddf Background Color

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

This div background color is #efbddf


#efbddf Border Color

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

This div border color is #efbddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbddf


Comments

No comments written yet.

Please login to write comment.