Color Hex Logo

#efdcc6 Color Hex

#EFDCC6
(239,220,198)
0 Favorites   0 Comments

Color spaces of #efdcc6

RGB 239220198
HSL0.090.560.86
HSV32°17°94°
CMYK 0.000.080.17   0.06
XYZ71.382873.614363.8728
Yxy73.61430.34180.3524
Hunter Lab85.7988-1.639615.9208
CIE-Lab88.73993.022313.1629

#efdcc6 color RGB value is (239,220,198).

#efdcc6 hex color red value is 239, green value is 220 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #efdcc6 hue: 0.09 , saturation: 0.56 and the lightness value of efdcc6 is 0.86.

The process color (four color CMYK) of #efdcc6 color hex is 0.00, 0.08, 0.17, 0.06. Web safe color of #efdcc6 is #ffcccc. Color #efdcc6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11000110
Octal 357 334 306
Decimal 239 220 198
Hex EF DC C6

RGB Percentages of Color #efdcc6

%36.38
%33.49
%30.14

CMYK Percentages of Color #efdcc6

%0
%8
%17
%6

Triadic Colors of #efdcc6

#efdcc6 #c6efdc #dcc6ef

Analogous Colors of #efdcc6

#efdcc6 #eeefc6 #efc8c6

Monochromatic Colors of #efdcc6

#efdcc6

Complementary Color

#efdcc6 #c6d9ef

#efdcc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdcc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdcc6 Color CSS Codes

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

#efdcc6 Text Font Color

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

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


#efdcc6 Background Color

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

This div background color is #efdcc6


#efdcc6 Border Color

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

This div border color is #efdcc6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,220,198, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdcc6


Comments

No comments written yet.

Please login to write comment.