Color Hex Logo

#efb9fb Color Hex

#EFB9FB
(239,185,251)
0 Favorites   0 Comments

Color spaces of #efb9fb

RGB 239185251
HSL0.800.890.85
HSV289°26°98°
CMYK 0.050.260.00   0.02
XYZ70.358260.013799.1423
Yxy60.01370.30660.2615
Hunter Lab77.468526.5468-21.6499
CIE-Lab81.845630.5538-25.1494

#efb9fb color RGB value is (239,185,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 11111011
Octal 357 271 373
Decimal 239 185 251
Hex EF B9 FB

RGB Percentages of Color #efb9fb

%35.41
%27.41
%37.19

CMYK Percentages of Color #efb9fb

%5
%26
%0
%2

Triadic Colors of #efb9fb

#efb9fb #fbefb9 #b9fbef

Analogous Colors of #efb9fb

#efb9fb #fbb9e6 #ceb9fb

Monochromatic Colors of #efb9fb

#efb9fb

Complementary Color

#efb9fb #c5fbb9

#efb9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb9fb Color CSS Codes

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

#efb9fb Text Font Color

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

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


#efb9fb Background Color

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

This div background color is #efb9fb


#efb9fb Border Color

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

This div border color is #efb9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb9fb

Related Colors


Comments

No comments written yet.

Please login to write comment.