Color Hex Logo

#edcbda Color Hex

#EDCBDA
(237,203,218)
0 Favorites   0 Comments

Color spaces of #edcbda

RGB 237203218
HSL0.930.490.86
HSV334°14°93°
CMYK 0.000.140.08   0.07
XYZ68.935965.778475.3928
Yxy65.77840.32810.3131
Hunter Lab81.10399.78791.6577
CIE-Lab84.883314.3921-3.0009

#edcbda color RGB value is (237,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11011010
Octal 355 313 332
Decimal 237 203 218
Hex ED CB DA

RGB Percentages of Color #edcbda

%36.02
%30.85
%33.13

CMYK Percentages of Color #edcbda

%0
%14
%8
%7

Triadic Colors of #edcbda

#edcbda #daedcb #cbdaed

Analogous Colors of #edcbda

#edcbda #edcdcb #edcbeb

Monochromatic Colors of #edcbda

#edcbda

Complementary Color

#edcbda #cbedde

#edcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbda Color CSS Codes

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

#edcbda Text Font Color

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

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


#edcbda Background Color

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

This div background color is #edcbda


#edcbda Border Color

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

This div border color is #edcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbda


Comments

No comments written yet.

Please login to write comment.