Color Hex Logo

#efd4fe Color Hex

#EFD4FE
(239,212,254)
0 Favorites   0 Comments

Color spaces of #efd4fe

RGB 239212254
HSL0.770.950.91
HSV279°17°100°
CMYK 0.060.170.00   0.00
XYZ77.029572.5934103.7180
Yxy72.59340.30410.2865
Hunter Lab85.201812.2758-12.5338
CIE-Lab88.253416.8002-17.0389

#efd4fe color RGB value is (239,212,254).

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

The process color (four color CMYK) of #efd4fe color hex is 0.06, 0.17, 0.00, 0.00. Web safe color of #efd4fe is #ffccff. Color #efd4fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 11111110
Octal 357 324 376
Decimal 239 212 254
Hex EF D4 FE

RGB Percentages of Color #efd4fe

%33.90
%30.07
%36.03

CMYK Percentages of Color #efd4fe

%6
%17
%0
%0

Triadic Colors of #efd4fe

#efd4fe #feefd4 #d4feef

Analogous Colors of #efd4fe

#efd4fe #fed4f8 #dad4fe

Monochromatic Colors of #efd4fe

#efd4fe

Complementary Color

#efd4fe #e3fed4

#efd4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd4fe Color CSS Codes

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

#efd4fe Text Font Color

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

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


#efd4fe Background Color

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

This div background color is #efd4fe


#efd4fe Border Color

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

This div border color is #efd4fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,212,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efd4fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.