Color Hex Logo

#efbaee Color Hex

#EFBAEE
(239,186,238)
0 Favorites   0 Comments

Color spaces of #efbaee

RGB 239186238
HSL0.840.620.83
HSV301°22°94°
CMYK 0.000.220.00   0.06
XYZ68.588159.641688.7859
Yxy59.64160.31610.2748
Hunter Lab77.228023.3814-14.1037
CIE-Lab81.643027.6020-18.4992

#efbaee color RGB value is (239,186,238).

#efbaee hex color red value is 239, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #efbaee hue: 0.84 , saturation: 0.62 and the lightness value of efbaee is 0.83.

The process color (four color CMYK) of #efbaee color hex is 0.00, 0.22, 0.00, 0.06. Web safe color of #efbaee is #ffccff. Color #efbaee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 11101110
Octal 357 272 356
Decimal 239 186 238
Hex EF BA EE

RGB Percentages of Color #efbaee

%36.05
%28.05
%35.90

CMYK Percentages of Color #efbaee

%0
%22
%0
%6

Triadic Colors of #efbaee

#efbaee #eeefba #baeeef

Analogous Colors of #efbaee

#efbaee #efbad4 #d6baef

Monochromatic Colors of #efbaee

#efbaee

Complementary Color

#efbaee #baefbb

#efbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbaee Color CSS Codes

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

#efbaee Text Font Color

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

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


#efbaee Background Color

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

This div background color is #efbaee


#efbaee Border Color

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

This div border color is #efbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbaee


Comments

No comments written yet.

Please login to write comment.