color codes Logo

#efb4fc color codes

#EFB4FC
(239,180,252)
0 Favorites   0 Comments

Color spaces of #efb4fc

RGB 239180252
HSL0.800.920.85
HSV289°29°99°
CMYK 0.050.290.00   0.01
XYZ69.488558.021599.6323
Yxy58.02150.30590.2554
Hunter Lab76.171829.5376-24.2307
CIE-Lab80.750733.4018-27.3559

#efb4fc color RGB value is (239,180,252).

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

The process color (four color CMYK) of #efb4fc color code is 0.05, 0.29, 0.00, 0.01. Web safe color of #efb4fc is #ffccff. Color #efb4fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 11111100
Octal 357 264 374
Decimal 239 180 252
Hex EF B4 FC

RGB Percentages of Color #efb4fc

%35.62
%26.83
%37.56

CMYK Percentages of Color #efb4fc

%5
%29
%0
%1

Triadic Colors of #efb4fc

#efb4fc #fcefb4 #b4fcef

Analogous Colors of #efb4fc

#efb4fc #fcb4e5 #cbb4fc

Monochromatic Colors of #efb4fc

#efb4fc

Complementary Color

#efb4fc #c1fcb4

#efb4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb4fc Color CSS Codes

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

#efb4fc Text Font Color

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

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


#efb4fc Background Color

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

This div background color is #efb4fc


#efb4fc Border Color

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

This div border color is #efb4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb4fc


Comments

No comments written yet.

Please login to write comment.