Color Hex Logo

#edbded Color Hex

#EDBDED
(237,189,237)
0 Favorites   0 Comments

Color spaces of #edbded

RGB 237189237
HSL0.830.570.84
HSV300°20°93°
CMYK 0.000.200.00   0.07
XYZ68.408760.514188.1956
Yxy60.51410.31510.2787
Hunter Lab77.790820.8378-12.7667
CIE-Lab82.116825.1682-17.2673

#edbded color RGB value is (237,189,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 11101101
Octal 355 275 355
Decimal 237 189 237
Hex ED BD ED

RGB Percentages of Color #edbded

%35.75
%28.51
%35.75

CMYK Percentages of Color #edbded

%0
%20
%0
%7

Triadic Colors of #edbded

#edbded #ededbd #bdeded

Analogous Colors of #edbded

#edbded #edbdd5 #d5bded

Monochromatic Colors of #edbded

#edbded

Complementary Color

#edbded #bdedbd

#edbded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbded Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbded Color CSS Codes

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

#edbded Text Font Color

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

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


#edbded Background Color

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

This div background color is #edbded


#edbded Border Color

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

This div border color is #edbded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbded


Comments

No comments written yet.

Please login to write comment.