Color Hex Logo

#efecfc Color Hex

#EFECFC
(239,236,252)
0 Favorites   0 Comments

Color spaces of #efecfc

RGB 239236252
HSL0.700.730.96
HSV251°99°
CMYK 0.050.060.00   0.01
XYZ83.162785.3699104.1904
Yxy85.36990.30490.3130
Hunter Lab92.3958-1.0302-2.1814
CIE-Lab94.04233.9061-7.3565

#efecfc color RGB value is (239,236,252).

#efecfc hex color red value is 239, green value is 236 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #efecfc hue: 0.70 , saturation: 0.73 and the lightness value of efecfc is 0.96.

The process color (four color CMYK) of #efecfc color hex is 0.05, 0.06, 0.00, 0.01. Web safe color of #efecfc is #ffffff. Color #efecfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 11111100
Octal 357 354 374
Decimal 239 236 252
Hex EF EC FC

RGB Percentages of Color #efecfc

%32.87
%32.46
%34.66

CMYK Percentages of Color #efecfc

%5
%6
%0
%1

Triadic Colors of #efecfc

#efecfc #fcefec #ecfcef

Analogous Colors of #efecfc

#efecfc #f7ecfc #ecf1fc

Monochromatic Colors of #efecfc

#efecfc

Complementary Color

#efecfc #f9fcec

#efecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efecfc Color CSS Codes

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

#efecfc Text Font Color

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

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


#efecfc Background Color

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

This div background color is #efecfc


#efecfc Border Color

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

This div border color is #efecfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efecfc

Related Colors


Comments

No comments written yet.

Please login to write comment.