Color Hex Logo

#efbada Color Hex

#EFBADA
(239,186,218)
0 Favorites   0 Comments

Color spaces of #efbada

RGB 239186218
HSL0.900.620.83
HSV324°22°94°
CMYK 0.000.220.09   0.06
XYZ65.810458.530574.1586
Yxy58.53050.33150.2949
Hunter Lab76.505219.6630-3.9178
CIE-Lab81.032824.0942-8.6687

#efbada color RGB value is (239,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 11011010
Octal 357 272 332
Decimal 239 186 218
Hex EF BA DA

RGB Percentages of Color #efbada

%37.17
%28.93
%33.90

CMYK Percentages of Color #efbada

%0
%22
%9
%6

Triadic Colors of #efbada

#efbada #daefba #badaef

Analogous Colors of #efbada

#efbada #efbac0 #eabaef

Monochromatic Colors of #efbada

#efbada

Complementary Color

#efbada #baefcf

#efbada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbada Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbada Color CSS Codes

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

#efbada Text Font Color

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

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


#efbada Background Color

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

This div background color is #efbada


#efbada Border Color

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

This div border color is #efbada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbada


Comments

No comments written yet.

Please login to write comment.