Color Hex Logo

#efb9fc Color Hex

#EFB9FC
(239,185,252)
0 Favorites   0 Comments

Color spaces of #efb9fc

RGB 239185252
HSL0.800.920.86
HSV288°27°99°
CMYK 0.050.270.00   0.01
XYZ70.516360.076999.9749
Yxy60.07690.30580.2606
Hunter Lab77.509326.7542-22.2184
CIE-Lab81.880030.7444-25.6313

#efb9fc color RGB value is (239,185,252).

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

The process color (four color CMYK) of #efb9fc color hex is 0.05, 0.27, 0.00, 0.01. Web safe color of #efb9fc is #ffccff. Color #efb9fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 11111100
Octal 357 271 374
Decimal 239 185 252
Hex EF B9 FC

RGB Percentages of Color #efb9fc

%35.36
%27.37
%37.28

CMYK Percentages of Color #efb9fc

%5
%27
%0
%1

Triadic Colors of #efb9fc

#efb9fc #fcefb9 #b9fcef

Analogous Colors of #efb9fc

#efb9fc #fcb9e8 #ceb9fc

Monochromatic Colors of #efb9fc

#efb9fc

Complementary Color

#efb9fc #c6fcb9

#efb9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb9fc Color CSS Codes

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

#efb9fc Text Font Color

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

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


#efb9fc Background Color

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

This div background color is #efb9fc


#efb9fc Border Color

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

This div border color is #efb9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb9fc

Related Colors


Comments

No comments written yet.

Please login to write comment.