Color Hex Logo

#edccdb Color Hex

#EDCCDB
(237,204,219)
0 Favorites   0 Comments

Color spaces of #edccdb

RGB 237204219
HSL0.920.480.86
HSV333°14°93°
CMYK 0.000.140.08   0.07
XYZ69.304166.304776.1632
Yxy66.30470.32730.3131
Hunter Lab81.42779.42501.5426
CIE-Lab85.151614.0338-3.1388

#edccdb color RGB value is (237,204,219).

#edccdb hex color red value is 237, green value is 204 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #edccdb hue: 0.92 , saturation: 0.48 and the lightness value of edccdb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 11011011
Octal 355 314 333
Decimal 237 204 219
Hex ED CC DB

RGB Percentages of Color #edccdb

%35.91
%30.91
%33.18

CMYK Percentages of Color #edccdb

%0
%14
%8
%7

Triadic Colors of #edccdb

#edccdb #dbedcc #ccdbed

Analogous Colors of #edccdb

#edccdb #edcecc #edccec

Monochromatic Colors of #edccdb

#edccdb

Complementary Color

#edccdb #ccedde

#edccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccdb Color CSS Codes

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

#edccdb Text Font Color

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

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


#edccdb Background Color

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

This div background color is #edccdb


#edccdb Border Color

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

This div border color is #edccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccdb


Comments

No comments written yet.

Please login to write comment.