Color Hex Logo

#efbfde Color Hex

#EFBFDE
(239,191,222)
0 Favorites   0 Comments

Color spaces of #efbfde

RGB 239191222
HSL0.890.600.84
HSV321°20°94°
CMYK 0.000.200.07   0.06
XYZ67.412260.886377.3065
Yxy60.88630.32790.2961
Hunter Lab78.029717.6596-4.1197
CIE-Lab82.317622.1165-8.9090

#efbfde color RGB value is (239,191,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 11011110
Octal 357 277 336
Decimal 239 191 222
Hex EF BF DE

RGB Percentages of Color #efbfde

%36.66
%29.29
%34.05

CMYK Percentages of Color #efbfde

%0
%20
%7
%6

Triadic Colors of #efbfde

#efbfde #deefbf #bfdeef

Analogous Colors of #efbfde

#efbfde #efbfc6 #e8bfef

Monochromatic Colors of #efbfde

#efbfde

Complementary Color

#efbfde #bfefd0

#efbfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbfde Color CSS Codes

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

#efbfde Text Font Color

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

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


#efbfde Background Color

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

This div background color is #efbfde


#efbfde Border Color

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

This div border color is #efbfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbfde


Comments

No comments written yet.

Please login to write comment.