Color Hex Logo

#efefcd Color Hex

#EFEFCD
(239,239,205)
0 Favorites   0 Comments

Color spaces of #efefcd

RGB 239239205
HSL0.170.520.87
HSV60°14°94°
CMYK 0.000.000.14   0.06
XYZ77.482684.491569.9823
Yxy84.49150.33400.3643
Hunter Lab91.9193-10.393619.2033
CIE-Lab93.6636-5.607016.4757

#efefcd color RGB value is (239,239,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101111 11001101
Octal 357 357 315
Decimal 239 239 205
Hex EF EF CD

RGB Percentages of Color #efefcd

%34.99
%34.99
%30.01

CMYK Percentages of Color #efefcd

%0
%0
%14
%6

Triadic Colors of #efefcd

#efefcd #cdefef #efcdef

Analogous Colors of #efefcd

#efefcd #deefcd #efdecd

Monochromatic Colors of #efefcd

#efefcd

Complementary Color

#efefcd #cdcdef

#efefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efefcd Color CSS Codes

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

#efefcd Text Font Color

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

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


#efefcd Background Color

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

This div background color is #efefcd


#efefcd Border Color

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

This div border color is #efefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efefcd


Comments

No comments written yet.

Please login to write comment.