Color Hex Logo

#efcffa Color Hex

#EFCFFA
(239,207,250)
0 Favorites   0 Comments

Color spaces of #efcffa

RGB 239207250
HSL0.790.810.90
HSV285°17°98°
CMYK 0.040.170.00   0.02
XYZ75.164769.878599.9688
Yxy69.87850.30680.2852
Hunter Lab83.593414.2136-12.3892
CIE-Lab86.937218.6809-16.9079

#efcffa color RGB value is (239,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 11111010
Octal 357 317 372
Decimal 239 207 250
Hex EF CF FA

RGB Percentages of Color #efcffa

%34.34
%29.74
%35.92

CMYK Percentages of Color #efcffa

%4
%17
%0
%2

Triadic Colors of #efcffa

#efcffa #faefcf #cffaef

Analogous Colors of #efcffa

#efcffa #facff0 #dacffa

Monochromatic Colors of #efcffa

#efcffa

Complementary Color

#efcffa #dafacf

#efcffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcffa Color CSS Codes

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

#efcffa Text Font Color

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

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


#efcffa Background Color

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

This div background color is #efcffa


#efcffa Border Color

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

This div border color is #efcffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcffa


Comments

No comments written yet.

Please login to write comment.