Color Hex Logo

#efeeca Color Hex

#EFEECA
(239,238,202)
0 Favorites   0 Comments

Color spaces of #efeeca

RGB 239238202
HSL0.160.540.86
HSV58°15°94°
CMYK 0.000.000.15   0.06
XYZ76.831883.764167.9957
Yxy83.76410.33610.3664
Hunter Lab91.5227-10.317020.0171
CIE-Lab93.3479-5.558017.5804

#efeeca color RGB value is (239,238,202).

#efeeca hex color red value is 239, green value is 238 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #efeeca hue: 0.16 , saturation: 0.54 and the lightness value of efeeca is 0.86.

The process color (four color CMYK) of #efeeca color hex is 0.00, 0.00, 0.15, 0.06. Web safe color of #efeeca is #ffffcc. Color #efeeca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 11001010
Octal 357 356 312
Decimal 239 238 202
Hex EF EE CA

RGB Percentages of Color #efeeca

%35.20
%35.05
%29.75

CMYK Percentages of Color #efeeca

%0
%0
%15
%6

Triadic Colors of #efeeca

#efeeca #caefee #eecaef

Analogous Colors of #efeeca

#efeeca #deefca #efdcca

Monochromatic Colors of #efeeca

#efeeca

Complementary Color

#efeeca #cacbef

#efeeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeeca Color CSS Codes

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

#efeeca Text Font Color

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

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


#efeeca Background Color

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

This div background color is #efeeca


#efeeca Border Color

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

This div border color is #efeeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeeca


Comments

No comments written yet.

Please login to write comment.