Color Hex Logo

#efbbfb Color Hex

#EFBBFB
(239,187,251)
0 Favorites   0 Comments

Color spaces of #efbbfb

RGB 239187251
HSL0.800.890.86
HSV289°25°98°
CMYK 0.050.250.00   0.02
XYZ70.779560.856499.2828
Yxy60.85640.30650.2635
Hunter Lab78.010525.4359-20.8501
CIE-Lab82.301529.4900-24.4549

#efbbfb color RGB value is (239,187,251).

#efbbfb hex color red value is 239, green value is 187 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #efbbfb hue: 0.80 , saturation: 0.89 and the lightness value of efbbfb is 0.86.

The process color (four color CMYK) of #efbbfb color hex is 0.05, 0.25, 0.00, 0.02. Web safe color of #efbbfb is #ffccff. Color #efbbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 11111011
Octal 357 273 373
Decimal 239 187 251
Hex EF BB FB

RGB Percentages of Color #efbbfb

%35.30
%27.62
%37.08

CMYK Percentages of Color #efbbfb

%5
%25
%0
%2

Triadic Colors of #efbbfb

#efbbfb #fbefbb #bbfbef

Analogous Colors of #efbbfb

#efbbfb #fbbbe7 #cfbbfb

Monochromatic Colors of #efbbfb

#efbbfb

Complementary Color

#efbbfb #c7fbbb

#efbbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbfb Color CSS Codes

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

#efbbfb Text Font Color

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

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


#efbbfb Background Color

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

This div background color is #efbbfb


#efbbfb Border Color

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

This div border color is #efbbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.