Color Hex Logo

#efd4fc Color Hex

#EFD4FC
(239,212,252)
0 Favorites   0 Comments

Color spaces of #efd4fc

RGB 239212252
HSL0.780.870.91
HSV281°16°99°
CMYK 0.050.160.00   0.01
XYZ76.710872.4660102.0397
Yxy72.46600.30540.2885
Hunter Lab85.127011.8802-11.4807
CIE-Lab88.192416.4195-16.0769

#efd4fc color RGB value is (239,212,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 11111100
Octal 357 324 374
Decimal 239 212 252
Hex EF D4 FC

RGB Percentages of Color #efd4fc

%34.00
%30.16
%35.85

CMYK Percentages of Color #efd4fc

%5
%16
%0
%1

Triadic Colors of #efd4fc

#efd4fc #fcefd4 #d4fcef

Analogous Colors of #efd4fc

#efd4fc #fcd4f5 #dbd4fc

Monochromatic Colors of #efd4fc

#efd4fc

Complementary Color

#efd4fc #e1fcd4

#efd4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd4fc Color CSS Codes

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

#efd4fc Text Font Color

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

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


#efd4fc Background Color

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

This div background color is #efd4fc


#efd4fc Border Color

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

This div border color is #efd4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd4fc

Related Colors


Comments

No comments written yet.

Please login to write comment.