Color Hex Logo

#efffce Color Hex

#EFFFCE
(239,255,206)
0 Favorites   0 Comments

Color spaces of #efffce

RGB 239255206
HSL0.221.000.90
HSV80°19°100°
CMYK 0.060.000.19   0.00
XYZ82.497294.327072.2514
Yxy94.32700.33120.3787
Hunter Lab97.1221-18.342623.8782
CIE-Lab97.7636-13.413221.6991

#efffce color RGB value is (239,255,206).

#efffce hex color red value is 239, green value is 255 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #efffce hue: 0.22 , saturation: 1.00 and the lightness value of efffce is 0.90.

The process color (four color CMYK) of #efffce color hex is 0.06, 0.00, 0.19, 0.00. Web safe color of #efffce is #ffffcc. Color #efffce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 11001110
Octal 357 377 316
Decimal 239 255 206
Hex EF FF CE

RGB Percentages of Color #efffce

%34.14
%36.43
%29.43

CMYK Percentages of Color #efffce

%6
%0
%19
%0

Triadic Colors of #efffce

#efffce #ceefff #ffceef

Analogous Colors of #efffce

#efffce #d7ffce #fff7ce

Monochromatic Colors of #efffce

#efffce

Complementary Color

#efffce #deceff

#efffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffce Color CSS Codes

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

#efffce Text Font Color

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

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


#efffce Background Color

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

This div background color is #efffce


#efffce Border Color

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

This div border color is #efffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffce


Comments

No comments written yet.

Please login to write comment.