Color Hex Logo

#efdcdb Color Hex

#EFDCDB
(239,220,219)
0 Favorites   0 Comments

Color spaces of #efdcdb

RGB 239220219
HSL0.010.380.90
HSV94°
CMYK 0.000.080.08   0.06
XYZ73.976074.651677.5281
Yxy74.65160.32710.3301
Hunter Lab86.40121.62837.2797
CIE-Lab89.22956.34992.8378

#efdcdb color RGB value is (239,220,219).

#efdcdb hex color red value is 239, green value is 220 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #efdcdb hue: 0.01 , saturation: 0.38 and the lightness value of efdcdb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11011011
Octal 357 334 333
Decimal 239 220 219
Hex EF DC DB

RGB Percentages of Color #efdcdb

%35.25
%32.45
%32.30

CMYK Percentages of Color #efdcdb

%0
%8
%8
%6

Triadic Colors of #efdcdb

#efdcdb #dbefdc #dcdbef

Analogous Colors of #efdcdb

#efdcdb #efe6db #efdbe4

Monochromatic Colors of #efdcdb

#efdcdb

Complementary Color

#efdcdb #dbeeef

#efdcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdcdb Color CSS Codes

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

#efdcdb Text Font Color

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

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


#efdcdb Background Color

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

This div background color is #efdcdb


#efdcdb Border Color

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

This div border color is #efdcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdcdb


Comments

No comments written yet.

Please login to write comment.