Color Hex Logo

#effecd Color Hex

#EFFECD
(239,254,205)
0 Favorites   0 Comments

Color spaces of #effecd

RGB 239254205
HSL0.220.960.90
HSV78°19°100°
CMYK 0.060.000.19   0.00
XYZ82.057993.642171.5074
Yxy93.64210.33190.3788
Hunter Lab96.7688-17.981323.9258
CIE-Lab97.4876-13.071621.8240

#effecd color RGB value is (239,254,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 11001101
Octal 357 376 315
Decimal 239 254 205
Hex EF FE CD

RGB Percentages of Color #effecd

%34.24
%36.39
%29.37

CMYK Percentages of Color #effecd

%6
%0
%19
%0

Triadic Colors of #effecd

#effecd #cdeffe #fecdef

Analogous Colors of #effecd

#effecd #d7fecd #fef5cd

Monochromatic Colors of #effecd

#effecd

Complementary Color

#effecd #dccdfe

#effecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#effecd Color CSS Codes

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

#effecd Text Font Color

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

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


#effecd Background Color

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

This div background color is #effecd


#effecd Border Color

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

This div border color is #effecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effecd

Related Colors


Comments

No comments written yet.

Please login to write comment.