Color Hex Logo

#efdedb Color Hex

#EFDEDB
(239,222,219)
0 Favorites   0 Comments

Color spaces of #efdedb

RGB 239222219
HSL0.030.380.90
HSV94°
CMYK 0.000.070.08   0.06
XYZ74.504175.707777.7041
Yxy75.70770.32690.3322
Hunter Lab87.01020.57627.9584
CIE-Lab89.72355.31283.5544

#efdedb color RGB value is (239,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 11011011
Octal 357 336 333
Decimal 239 222 219
Hex EF DE DB

RGB Percentages of Color #efdedb

%35.15
%32.65
%32.21

CMYK Percentages of Color #efdedb

%0
%7
%8
%6

Triadic Colors of #efdedb

#efdedb #dbefde #dedbef

Analogous Colors of #efdedb

#efdedb #efe8db #efdbe2

Monochromatic Colors of #efdedb

#efdedb

Complementary Color

#efdedb #dbecef

#efdedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdedb Color CSS Codes

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

#efdedb Text Font Color

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

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


#efdedb Background Color

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

This div background color is #efdedb


#efdedb Border Color

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

This div border color is #efdedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdedb


Comments

No comments written yet.

Please login to write comment.