Color Hex Logo

#effaca Color Hex

#EFFACA
(239,250,202)
0 Favorites   0 Comments

Color spaces of #effaca

RGB 239250202
HSL0.200.830.89
HSV74°19°98°
CMYK 0.040.000.19   0.02
XYZ80.442990.986269.1994
Yxy90.98620.33430.3781
Hunter Lab95.3867-16.391523.7580
CIE-Lab96.4044-11.546621.8472

#effaca color RGB value is (239,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11001010
Octal 357 372 312
Decimal 239 250 202
Hex EF FA CA

RGB Percentages of Color #effaca

%34.59
%36.18
%29.23

CMYK Percentages of Color #effaca

%4
%0
%19
%2

Triadic Colors of #effaca

#effaca #caeffa #facaef

Analogous Colors of #effaca

#effaca #d7faca #faedca

Monochromatic Colors of #effaca

#effaca

Complementary Color

#effaca #d5cafa

#effaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#effaca Color CSS Codes

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

#effaca Text Font Color

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

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


#effaca Background Color

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

This div background color is #effaca


#effaca Border Color

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

This div border color is #effaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effaca


Comments

No comments written yet.

Please login to write comment.