Color Hex Logo

#effefc Color Hex

#EFFEFC
(239,254,252)
0 Favorites   0 Comments

Color spaces of #effefc

RGB 239254252
HSL0.480.880.97
HSV172°100°
CMYK 0.060.000.01   0.00
XYZ88.609196.2626106.0058
Yxy96.26260.30460.3309
Hunter Lab98.1135-10.49024.6201
CIE-Lab98.5365-5.2457-0.7459

#effefc color RGB value is (239,254,252).

#effefc hex color red value is 239, green value is 254 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #effefc hue: 0.48 , saturation: 0.88 and the lightness value of effefc is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 11111100
Octal 357 376 374
Decimal 239 254 252
Hex EF FE FC

RGB Percentages of Color #effefc

%32.08
%34.09
%33.83

CMYK Percentages of Color #effefc

%6
%0
%1
%0

Triadic Colors of #effefc

#effefc #fceffe #fefcef

Analogous Colors of #effefc

#effefc #eff9fe #effef5

Monochromatic Colors of #effefc

#effefc

Complementary Color

#effefc #feeff1

#effefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#effefc Color CSS Codes

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

#effefc Text Font Color

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

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


#effefc Background Color

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

This div background color is #effefc


#effefc Border Color

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

This div border color is #effefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effefc

Related Colors


Comments

No comments written yet.

Please login to write comment.