Color Hex Logo

#efdbdc Color Hex

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

Color spaces of #efdbdc

RGB 239219220
HSL0.990.380.90
HSV357°94°
CMYK 0.000.080.08   0.06
XYZ73.846474.181178.1364
Yxy74.18110.32650.3280
Hunter Lab86.12852.32086.5016
CIE-Lab89.00807.03601.9900

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

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

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

Base Numbers

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

RGB Percentages of Color #efdbdc

%35.25
%32.30
%32.45

CMYK Percentages of Color #efdbdc

%0
%8
%8
%6

Triadic Colors of #efdbdc

#efdbdc #dcefdb #dbdcef

Analogous Colors of #efdbdc

#efdbdc #efe4db #efdbe6

Monochromatic Colors of #efdbdc

#efdbdc

Complementary Color

#efdbdc #dbefee

#efdbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbdc Color CSS Codes

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

#efdbdc Text Font Color

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

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


#efdbdc Background Color

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

This div background color is #efdbdc


#efdbdc Border Color

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

This div border color is #efdbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbdc


Comments

No comments written yet.

Please login to write comment.