Color Hex Logo

#efb4fb Color Hex

#EFB4FB
(239,180,251)
0 Favorites   0 Comments

Color spaces of #efb4fb

RGB 239180251
HSL0.810.900.85
HSV290°28°98°
CMYK 0.050.280.00   0.02
XYZ69.330457.958398.7997
Yxy57.95830.30670.2564
Hunter Lab76.130329.3283-23.6536
CIE-Lab80.715633.2114-26.8741

#efb4fb color RGB value is (239,180,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 11111011
Octal 357 264 373
Decimal 239 180 251
Hex EF B4 FB

RGB Percentages of Color #efb4fb

%35.67
%26.87
%37.46

CMYK Percentages of Color #efb4fb

%5
%28
%0
%2

Triadic Colors of #efb4fb

#efb4fb #fbefb4 #b4fbef

Analogous Colors of #efb4fb

#efb4fb #fbb4e4 #ccb4fb

Monochromatic Colors of #efb4fb

#efb4fb

Complementary Color

#efb4fb #c0fbb4

#efb4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb4fb Color CSS Codes

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

#efb4fb Text Font Color

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

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


#efb4fb Background Color

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

This div background color is #efb4fb


#efb4fb Border Color

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

This div border color is #efb4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb4fb

Related Colors


Comments

No comments written yet.

Please login to write comment.