Color Hex Logo

#efdcca Color Hex

#EFDCCA
(239,220,202)
0 Favorites   0 Comments

Color spaces of #efdcca

RGB 239220202
HSL0.080.540.86
HSV29°15°94°
CMYK 0.000.080.15   0.06
XYZ71.850573.801466.3353
Yxy73.80140.33890.3481
Hunter Lab85.9077-1.046814.3535
CIE-Lab88.82853.630611.1913

#efdcca color RGB value is (239,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11001010
Octal 357 334 312
Decimal 239 220 202
Hex EF DC CA

RGB Percentages of Color #efdcca

%36.16
%33.28
%30.56

CMYK Percentages of Color #efdcca

%0
%8
%15
%6

Triadic Colors of #efdcca

#efdcca #caefdc #dccaef

Analogous Colors of #efdcca

#efdcca #efefca #efcacb

Monochromatic Colors of #efdcca

#efdcca

Complementary Color

#efdcca #caddef

#efdcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdcca Color CSS Codes

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

#efdcca Text Font Color

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

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


#efdcca Background Color

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

This div background color is #efdcca


#efdcca Border Color

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

This div border color is #efdcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdcca


Comments

No comments written yet.

Please login to write comment.