Color Hex Logo

#efeccd Color Hex

#EFECCD
(239,236,205)
0 Favorites   0 Comments

Color spaces of #efeccd

RGB 239236205
HSL0.150.520.87
HSV55°14°94°
CMYK 0.000.010.14   0.06
XYZ76.611582.749469.6920
Yxy82.74940.33450.3613
Hunter Lab90.9667-8.860318.2530
CIE-Lab92.9046-4.092715.4061

#efeccd color RGB value is (239,236,205).

#efeccd hex color red value is 239, green value is 236 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #efeccd hue: 0.15 , saturation: 0.52 and the lightness value of efeccd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 11001101
Octal 357 354 315
Decimal 239 236 205
Hex EF EC CD

RGB Percentages of Color #efeccd

%35.15
%34.71
%30.15

CMYK Percentages of Color #efeccd

%0
%1
%14
%6

Triadic Colors of #efeccd

#efeccd #cdefec #eccdef

Analogous Colors of #efeccd

#efeccd #e1efcd #efdbcd

Monochromatic Colors of #efeccd

#efeccd

Complementary Color

#efeccd #cdd0ef

#efeccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeccd Color CSS Codes

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

#efeccd Text Font Color

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

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


#efeccd Background Color

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

This div background color is #efeccd


#efeccd Border Color

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

This div border color is #efeccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeccd


Comments

No comments written yet.

Please login to write comment.