Color Hex Logo

#efbaed Color Hex

#EFBAED
(239,186,237)
0 Favorites   0 Comments

Color spaces of #efbaed

RGB 239186237
HSL0.840.620.83
HSV302°22°94°
CMYK 0.000.220.01   0.06
XYZ68.441659.583088.0142
Yxy59.58300.31680.2758
Hunter Lab77.190023.1869-13.5711
CIE-Lab81.611027.4203-18.0115

#efbaed color RGB value is (239,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 11101101
Octal 357 272 355
Decimal 239 186 237
Hex EF BA ED

RGB Percentages of Color #efbaed

%36.10
%28.10
%35.80

CMYK Percentages of Color #efbaed

%0
%22
%1
%6

Triadic Colors of #efbaed

#efbaed #edefba #baedef

Analogous Colors of #efbaed

#efbaed #efbad3 #d7baef

Monochromatic Colors of #efbaed

#efbaed

Complementary Color

#efbaed #baefbc

#efbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbaed Color CSS Codes

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

#efbaed Text Font Color

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

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


#efbaed Background Color

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

This div background color is #efbaed


#efbaed Border Color

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

This div border color is #efbaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbaed


Comments

No comments written yet.

Please login to write comment.