Color Hex Logo

#edabdb Color Hex

#EDABDB
(237,171,219)
0 Favorites   0 Comments

Color spaces of #edabdb

RGB 237171219
HSL0.880.650.80
HSV316°28°93°
CMYK 0.000.280.08   0.07
XYZ62.274152.244873.8199
Yxy52.24480.33060.2774
Hunter Lab72.280627.2976-9.9563
CIE-Lab77.427031.5673-14.6174

#edabdb color RGB value is (237,171,219).

#edabdb hex color red value is 237, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #edabdb hue: 0.88 , saturation: 0.65 and the lightness value of edabdb is 0.80.

The process color (four color CMYK) of #edabdb color hex is 0.00, 0.28, 0.08, 0.07. Web safe color of #edabdb is #ff99cc. Color #edabdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11011011
Octal 355 253 333
Decimal 237 171 219
Hex ED AB DB

RGB Percentages of Color #edabdb

%37.80
%27.27
%34.93

CMYK Percentages of Color #edabdb

%0
%28
%8
%7

Triadic Colors of #edabdb

#edabdb #dbedab #abdbed

Analogous Colors of #edabdb

#edabdb #edabba #deabed

Monochromatic Colors of #edabdb

#edabdb

Complementary Color

#edabdb #abedbd

#edabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabdb Color CSS Codes

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

#edabdb Text Font Color

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

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


#edabdb Background Color

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

This div background color is #edabdb


#edabdb Border Color

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

This div border color is #edabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabdb


Comments

No comments written yet.

Please login to write comment.