Color Hex Logo

#efb2fc Color Hex

#EFB2FC
(239,178,252)
0 Favorites   0 Comments

Color spaces of #efb2fc

RGB 239178252
HSL0.800.930.84
HSV289°29°99°
CMYK 0.050.290.00   0.01
XYZ69.087757.219899.4987
Yxy57.21980.30600.2534
Hunter Lab75.643830.6527-25.0370
CIE-Lab80.303134.4638-28.0410

#efb2fc color RGB value is (239,178,252).

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

The process color (four color CMYK) of #efb2fc color hex is 0.05, 0.29, 0.00, 0.01. Web safe color of #efb2fc is #ff99ff. Color #efb2fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 11111100
Octal 357 262 374
Decimal 239 178 252
Hex EF B2 FC

RGB Percentages of Color #efb2fc

%35.72
%26.61
%37.67

CMYK Percentages of Color #efb2fc

%5
%29
%0
%1

Triadic Colors of #efb2fc

#efb2fc #fcefb2 #b2fcef

Analogous Colors of #efb2fc

#efb2fc #fcb2e4 #cab2fc

Monochromatic Colors of #efb2fc

#efb2fc

Complementary Color

#efb2fc #bffcb2

#efb2fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb2fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb2fc Color CSS Codes

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

#efb2fc Text Font Color

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

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


#efb2fc Background Color

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

This div background color is #efb2fc


#efb2fc Border Color

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

This div border color is #efb2fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb2fc


Comments

No comments written yet.

Please login to write comment.