Color Hex Logo

#eefecb Color Hex

#EEFECB
(238,254,203)
0 Favorites   0 Comments

Color spaces of #eefecb

RGB 238254203
HSL0.220.960.90
HSV79°20°100°
CMYK 0.060.000.20   0.00
XYZ81.481293.372670.2281
Yxy93.37260.33250.3810
Hunter Lab96.6295-18.584524.5500
CIE-Lab97.3786-13.719822.6791

#eefecb color RGB value is (238,254,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 11001011
Octal 356 376 313
Decimal 238 254 203
Hex EE FE CB

RGB Percentages of Color #eefecb

%34.24
%36.55
%29.21

CMYK Percentages of Color #eefecb

%6
%0
%20
%0

Triadic Colors of #eefecb

#eefecb #cbeefe #fecbee

Analogous Colors of #eefecb

#eefecb #d5fecb #fef5cb

Monochromatic Colors of #eefecb

#eefecb

Complementary Color

#eefecb #dbcbfe

#eefecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefecb Color CSS Codes

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

#eefecb Text Font Color

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

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


#eefecb Background Color

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

This div background color is #eefecb


#eefecb Border Color

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

This div border color is #eefecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefecb


Comments

No comments written yet.

Please login to write comment.