Color Hex Logo

#efcedb Color Hex

#EFCEDB
(239,206,219)
0 Favorites   0 Comments

Color spaces of #efcedb

RGB 239206219
HSL0.930.510.87
HSV336°14°94°
CMYK 0.000.140.08   0.06
XYZ70.454167.607876.3541
Yxy67.60780.32860.3153
Hunter Lab82.22409.05692.4994
CIE-Lab85.810013.6717-2.1519

#efcedb color RGB value is (239,206,219).

#efcedb hex color red value is 239, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #efcedb hue: 0.93 , saturation: 0.51 and the lightness value of efcedb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 11011011
Octal 357 316 333
Decimal 239 206 219
Hex EF CE DB

RGB Percentages of Color #efcedb

%35.99
%31.02
%32.98

CMYK Percentages of Color #efcedb

%0
%14
%8
%6

Triadic Colors of #efcedb

#efcedb #dbefce #cedbef

Analogous Colors of #efcedb

#efcedb #efd2ce #efceec

Monochromatic Colors of #efcedb

#efcedb

Complementary Color

#efcedb #ceefe2

#efcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcedb Color CSS Codes

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

#efcedb Text Font Color

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

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


#efcedb Background Color

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

This div background color is #efcedb


#efcedb Border Color

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

This div border color is #efcedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcedb


Comments

No comments written yet.

Please login to write comment.