Color Hex Logo

#edcbde Color Hex

#EDCBDE
(237,203,222)
0 Favorites   0 Comments

Color spaces of #edcbde

RGB 237203222
HSL0.910.490.86
HSV326°14°93°
CMYK 0.000.140.06   0.07
XYZ69.465865.990378.1834
Yxy65.99030.32520.3089
Hunter Lab81.234410.4801-0.1991
CIE-Lab84.991515.0738-4.9710

#edcbde color RGB value is (237,203,222).

#edcbde hex color red value is 237, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #edcbde hue: 0.91 , saturation: 0.49 and the lightness value of edcbde is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11011110
Octal 355 313 336
Decimal 237 203 222
Hex ED CB DE

RGB Percentages of Color #edcbde

%35.80
%30.66
%33.53

CMYK Percentages of Color #edcbde

%0
%14
%6
%7

Triadic Colors of #edcbde

#edcbde #deedcb #cbdeed

Analogous Colors of #edcbde

#edcbde #edcbcd #ebcbed

Monochromatic Colors of #edcbde

#edcbde

Complementary Color

#edcbde #cbedda

#edcbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbde Color CSS Codes

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

#edcbde Text Font Color

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

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


#edcbde Background Color

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

This div background color is #edcbde


#edcbde Border Color

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

This div border color is #edcbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbde


Comments

No comments written yet.

Please login to write comment.