Color Hex Logo

#eefacc Color Hex

#EEFACC
(238,250,204)
0 Favorites   0 Comments

Color spaces of #eefacc

RGB 238250204
HSL0.210.820.89
HSV76°18°98°
CMYK 0.050.000.18   0.02
XYZ80.344690.908070.4391
Yxy90.90800.33240.3761
Hunter Lab95.3457-16.439022.9400
CIE-Lab96.3722-11.600520.7709

#eefacc color RGB value is (238,250,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 11001100
Octal 356 372 314
Decimal 238 250 204
Hex EE FA CC

RGB Percentages of Color #eefacc

%34.39
%36.13
%29.48

CMYK Percentages of Color #eefacc

%5
%0
%18
%2

Triadic Colors of #eefacc

#eefacc #cceefa #faccee

Analogous Colors of #eefacc

#eefacc #d7facc #faefcc

Monochromatic Colors of #eefacc

#eefacc

Complementary Color

#eefacc #d8ccfa

#eefacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefacc Color CSS Codes

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

#eefacc Text Font Color

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

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


#eefacc Background Color

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

This div background color is #eefacc


#eefacc Border Color

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

This div border color is #eefacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefacc


Comments

No comments written yet.

Please login to write comment.