Color Hex Logo

#edbdd4 Color Hex

#EDBDD4
(237,189,212)
0 Favorites   0 Comments

Color spaces of #edbdd4

RGB 237189212
HSL0.920.570.84
HSV331°20°93°
CMYK 0.000.200.11   0.07
XYZ65.006359.153270.2789
Yxy59.15320.33430.3042
Hunter Lab76.911116.2761-0.3395
CIE-Lab81.375720.8072-4.9537

#edbdd4 color RGB value is (237,189,212).

#edbdd4 hex color red value is 237, green value is 189 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #edbdd4 hue: 0.92 , saturation: 0.57 and the lightness value of edbdd4 is 0.84.

The process color (four color CMYK) of #edbdd4 color hex is 0.00, 0.20, 0.11, 0.07. Web safe color of #edbdd4 is #ffcccc. Color #edbdd4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 11010100
Octal 355 275 324
Decimal 237 189 212
Hex ED BD D4

RGB Percentages of Color #edbdd4

%37.15
%29.62
%33.23

CMYK Percentages of Color #edbdd4

%0
%20
%11
%7

Triadic Colors of #edbdd4

#edbdd4 #d4edbd #bdd4ed

Analogous Colors of #edbdd4

#edbdd4 #edbebd #edbdec

Monochromatic Colors of #edbdd4

#edbdd4

Complementary Color

#edbdd4 #bdedd6

#edbdd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbdd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbdd4 Color CSS Codes

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

#edbdd4 Text Font Color

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

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


#edbdd4 Background Color

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

This div background color is #edbdd4


#edbdd4 Border Color

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

This div border color is #edbdd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbdd4


Comments

No comments written yet.

Please login to write comment.