Color Hex Logo

#efcdfe Color Hex

#EFCDFE
(239,205,254)
0 Favorites   0 Comments

Color spaces of #efcdfe

RGB 239205254
HSL0.780.960.90
HSV282°19°100°
CMYK 0.060.190.00   0.00
XYZ75.317369.1691103.1473
Yxy69.16910.30410.2793
Hunter Lab83.168016.1065-15.3156
CIE-Lab86.587720.5001-19.5492

#efcdfe color RGB value is (239,205,254).

#efcdfe hex color red value is 239, green value is 205 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #efcdfe hue: 0.78 , saturation: 0.96 and the lightness value of efcdfe is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 11111110
Octal 357 315 376
Decimal 239 205 254
Hex EF CD FE

RGB Percentages of Color #efcdfe

%34.24
%29.37
%36.39

CMYK Percentages of Color #efcdfe

%6
%19
%0
%0

Triadic Colors of #efcdfe

#efcdfe #feefcd #cdfeef

Analogous Colors of #efcdfe

#efcdfe #fecdf5 #d7cdfe

Monochromatic Colors of #efcdfe

#efcdfe

Complementary Color

#efcdfe #dcfecd

#efcdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcdfe Color CSS Codes

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

#efcdfe Text Font Color

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

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


#efcdfe Background Color

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

This div background color is #efcdfe


#efcdfe Border Color

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

This div border color is #efcdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.