Color Hex Logo

#effacd Color Hex

#EFFACD
(239,250,205)
0 Favorites   0 Comments

Color spaces of #effacd

RGB 239250205
HSL0.210.820.89
HSV75°18°98°
CMYK 0.040.000.18   0.02
XYZ80.801791.129771.0887
Yxy91.12970.33250.3750
Hunter Lab95.4619-15.970722.6711
CIE-Lab96.4634-11.099120.3982

#effacd color RGB value is (239,250,205).

#effacd hex color red value is 239, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #effacd hue: 0.21 , saturation: 0.82 and the lightness value of effacd is 0.89.

The process color (four color CMYK) of #effacd color hex is 0.04, 0.00, 0.18, 0.02. Web safe color of #effacd is #ffffcc. Color #effacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11001101
Octal 357 372 315
Decimal 239 250 205
Hex EF FA CD

RGB Percentages of Color #effacd

%34.44
%36.02
%29.54

CMYK Percentages of Color #effacd

%4
%0
%18
%2

Triadic Colors of #effacd

#effacd #cdeffa #facdef

Analogous Colors of #effacd

#effacd #d9facd #faefcd

Monochromatic Colors of #effacd

#effacd

Complementary Color

#effacd #d8cdfa

#effacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#effacd Color CSS Codes

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

#effacd Text Font Color

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

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


#effacd Background Color

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

This div background color is #effacd


#effacd Border Color

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

This div border color is #effacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effacd


Comments

No comments written yet.

Please login to write comment.