Color Hex Logo

#edccda Color Hex

#EDCCDA
(237,204,218)
0 Favorites   0 Comments

Color spaces of #edccda

RGB 237204218
HSL0.930.480.86
HSV335°14°93°
CMYK 0.000.140.08   0.07
XYZ69.172866.252275.4718
Yxy66.25220.32800.3141
Hunter Lab81.39559.25372.0017
CIE-Lab85.124913.8646-2.6460

#edccda color RGB value is (237,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 11011010
Octal 355 314 332
Decimal 237 204 218
Hex ED CC DA

RGB Percentages of Color #edccda

%35.96
%30.96
%33.08

CMYK Percentages of Color #edccda

%0
%14
%8
%7

Triadic Colors of #edccda

#edccda #daedcc #ccdaed

Analogous Colors of #edccda

#edccda #edcfcc #edcceb

Monochromatic Colors of #edccda

#edccda

Complementary Color

#edccda #cceddf

#edccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccda Color CSS Codes

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

#edccda Text Font Color

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

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


#edccda Background Color

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

This div background color is #edccda


#edccda Border Color

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

This div border color is #edccda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,204,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccda


Comments

No comments written yet.

Please login to write comment.