Color Hex Logo

#efbdde Color Hex

#EFBDDE
(239,189,222)
0 Favorites   0 Comments

Color spaces of #efbdde

RGB 239189222
HSL0.890.610.84
HSV320°21°94°
CMYK 0.000.210.07   0.06
XYZ66.979060.019877.1621
Yxy60.01980.32810.2940
Hunter Lab77.472418.7458-4.8218
CIE-Lab81.849023.1793-9.6059

#efbdde color RGB value is (239,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 11011110
Octal 357 275 336
Decimal 239 189 222
Hex EF BD DE

RGB Percentages of Color #efbdde

%36.77
%29.08
%34.15

CMYK Percentages of Color #efbdde

%0
%21
%7
%6

Triadic Colors of #efbdde

#efbdde #deefbd #bddeef

Analogous Colors of #efbdde

#efbdde #efbdc5 #e7bdef

Monochromatic Colors of #efbdde

#efbdde

Complementary Color

#efbdde #bdefce

#efbdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdde Color CSS Codes

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

#efbdde Text Font Color

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

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


#efbdde Background Color

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

This div background color is #efbdde


#efbdde Border Color

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

This div border color is #efbdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdde


Comments

No comments written yet.

Please login to write comment.