Color Hex Logo

#efcdfa Color Hex

#EFCDFA
(239,205,250)
0 Favorites   0 Comments

Color spaces of #efcdfa

RGB 239205250
HSL0.790.820.89
HSV285°18°98°
CMYK 0.040.180.00   0.02
XYZ74.683268.915599.8083
Yxy68.91550.30680.2831
Hunter Lab83.015415.3073-13.1729
CIE-Lab86.462219.7391-17.6229

#efcdfa color RGB value is (239,205,250).

#efcdfa hex color red value is 239, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #efcdfa hue: 0.79 , saturation: 0.82 and the lightness value of efcdfa is 0.89.

The process color (four color CMYK) of #efcdfa color hex is 0.04, 0.18, 0.00, 0.02. Web safe color of #efcdfa is #ffccff. Color #efcdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 11111010
Octal 357 315 372
Decimal 239 205 250
Hex EF CD FA

RGB Percentages of Color #efcdfa

%34.44
%29.54
%36.02

CMYK Percentages of Color #efcdfa

%4
%18
%0
%2

Triadic Colors of #efcdfa

#efcdfa #faefcd #cdfaef

Analogous Colors of #efcdfa

#efcdfa #facdef #d9cdfa

Monochromatic Colors of #efcdfa

#efcdfa

Complementary Color

#efcdfa #d8facd

#efcdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcdfa Color CSS Codes

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

#efcdfa Text Font Color

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

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


#efcdfa Background Color

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

This div background color is #efcdfa


#efcdfa Border Color

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

This div border color is #efcdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.