Color Hex Logo

#efd3fb Color Hex

#EFD3FB
(239,211,251)
0 Favorites   0 Comments

Color spaces of #efd3fb

RGB 239211251
HSL0.780.830.91
HSV282°16°98°
CMYK 0.050.160.00   0.02
XYZ76.303571.9043101.1241
Yxy71.90430.30600.2884
Hunter Lab84.796412.2284-11.3489
CIE-Lab87.922516.7575-15.9551

#efd3fb color RGB value is (239,211,251).

#efd3fb hex color red value is 239, green value is 211 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #efd3fb hue: 0.78 , saturation: 0.83 and the lightness value of efd3fb is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 11111011
Octal 357 323 373
Decimal 239 211 251
Hex EF D3 FB

RGB Percentages of Color #efd3fb

%34.09
%30.10
%35.81

CMYK Percentages of Color #efd3fb

%5
%16
%0
%2

Triadic Colors of #efd3fb

#efd3fb #fbefd3 #d3fbef

Analogous Colors of #efd3fb

#efd3fb #fbd3f3 #dbd3fb

Monochromatic Colors of #efd3fb

#efd3fb

Complementary Color

#efd3fb #dffbd3

#efd3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd3fb Color CSS Codes

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

#efd3fb Text Font Color

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

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


#efd3fb Background Color

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

This div background color is #efd3fb


#efd3fb Border Color

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

This div border color is #efd3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd3fb

Related Colors


Comments

No comments written yet.

Please login to write comment.