Color Hex Logo

#efbbda Color Hex

#EFBBDA
(239,187,218)
0 Favorites   0 Comments

Color spaces of #efbbda

RGB 239187218
HSL0.900.620.84
HSV324°22°94°
CMYK 0.000.220.09   0.06
XYZ66.021858.953374.2291
Yxy58.95330.33140.2959
Hunter Lab76.781119.1201-3.5727
CIE-Lab81.265923.5626-8.3226

#efbbda color RGB value is (239,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 11011010
Octal 357 273 332
Decimal 239 187 218
Hex EF BB DA

RGB Percentages of Color #efbbda

%37.11
%29.04
%33.85

CMYK Percentages of Color #efbbda

%0
%22
%9
%6

Triadic Colors of #efbbda

#efbbda #daefbb #bbdaef

Analogous Colors of #efbbda

#efbbda #efbbc0 #eabbef

Monochromatic Colors of #efbbda

#efbbda

Complementary Color

#efbbda #bbefd0

#efbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbda Color CSS Codes

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

#efbbda Text Font Color

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

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


#efbbda Background Color

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

This div background color is #efbbda


#efbbda Border Color

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

This div border color is #efbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbda


Comments

No comments written yet.

Please login to write comment.