Color Hex Logo

#effcf6 Color Hex

#EFFCF6
(239,252,246)
0 Favorites   0 Comments

Color spaces of #effcf6

RGB 239252246
HSL0.420.680.96
HSV152°99°
CMYK 0.050.000.02   0.01
XYZ87.041694.6254100.8657
Yxy94.62540.30810.3349
Hunter Lab97.2756-10.51166.6147
CIE-Lab97.8834-5.32821.3852

#effcf6 color RGB value is (239,252,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 11110110
Octal 357 374 366
Decimal 239 252 246
Hex EF FC F6

RGB Percentages of Color #effcf6

%32.43
%34.19
%33.38

CMYK Percentages of Color #effcf6

%5
%0
%2
%1

Triadic Colors of #effcf6

#effcf6 #f6effc #fcf6ef

Analogous Colors of #effcf6

#effcf6 #effcfc #effcf0

Monochromatic Colors of #effcf6

#effcf6

Complementary Color

#effcf6 #fceff5

#effcf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcf6 Color CSS Codes

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

#effcf6 Text Font Color

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

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


#effcf6 Background Color

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

This div background color is #effcf6


#effcf6 Border Color

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

This div border color is #effcf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcf6

Related Colors


Comments

No comments written yet.

Please login to write comment.