Color Hex Logo

#edbcda Color Hex

#EDBCDA
(237,188,218)
0 Favorites   0 Comments

Color spaces of #edbcda

RGB 237188218
HSL0.900.580.83
HSV323°21°93°
CMYK 0.000.210.08   0.07
XYZ65.563259.032974.2686
Yxy59.03290.32970.2968
Hunter Lab76.832917.8605-3.5282
CIE-Lab81.309722.3463-8.2784

#edbcda color RGB value is (237,188,218).

#edbcda hex color red value is 237, green value is 188 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #edbcda hue: 0.90 , saturation: 0.58 and the lightness value of edbcda is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 11011010
Octal 355 274 332
Decimal 237 188 218
Hex ED BC DA

RGB Percentages of Color #edbcda

%36.86
%29.24
%33.90

CMYK Percentages of Color #edbcda

%0
%21
%8
%7

Triadic Colors of #edbcda

#edbcda #daedbc #bcdaed

Analogous Colors of #edbcda

#edbcda #edbcc2 #e8bced

Monochromatic Colors of #edbcda

#edbcda

Complementary Color

#edbcda #bcedcf

#edbcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcda Color CSS Codes

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

#edbcda Text Font Color

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

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


#edbcda Background Color

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

This div background color is #edbcda


#edbcda Border Color

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

This div border color is #edbcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcda


Comments

No comments written yet.

Please login to write comment.