Color Hex Logo

#efd4fb Color Hex

#EFD4FB
(239,212,251)
0 Favorites   0 Comments

Color spaces of #efd4fb

RGB 239212251
HSL0.780.830.91
HSV282°16°98°
CMYK 0.050.160.00   0.02
XYZ76.552772.4027101.2071
Yxy72.40270.30600.2894
Hunter Lab85.089811.6839-10.9576
CIE-Lab88.162116.2302-15.5955

#efd4fb color RGB value is (239,212,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 11111011
Octal 357 324 373
Decimal 239 212 251
Hex EF D4 FB

RGB Percentages of Color #efd4fb

%34.05
%30.20
%35.75

CMYK Percentages of Color #efd4fb

%5
%16
%0
%2

Triadic Colors of #efd4fb

#efd4fb #fbefd4 #d4fbef

Analogous Colors of #efd4fb

#efd4fb #fbd4f4 #dcd4fb

Monochromatic Colors of #efd4fb

#efd4fb

Complementary Color

#efd4fb #e0fbd4

#efd4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd4fb Color CSS Codes

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

#efd4fb Text Font Color

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

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


#efd4fb Background Color

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

This div background color is #efd4fb


#efd4fb Border Color

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

This div border color is #efd4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd4fb


Comments

No comments written yet.

Please login to write comment.