Color Hex Logo

#edadcb Color Hex

#EDADCB
(237,173,203)
0 Favorites   0 Comments

Color spaces of #edadcb

RGB 237173203
HSL0.920.640.80
HSV332°27°93°
CMYK 0.000.270.14   0.07
XYZ60.648152.203563.3797
Yxy52.20350.34410.2962
Hunter Lab72.252023.3914-1.4330
CIE-Lab77.402427.8604-5.9526

#edadcb color RGB value is (237,173,203).

#edadcb hex color red value is 237, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #edadcb hue: 0.92 , saturation: 0.64 and the lightness value of edadcb is 0.80.

The process color (four color CMYK) of #edadcb color hex is 0.00, 0.27, 0.14, 0.07. Web safe color of #edadcb is #ff99cc. Color #edadcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 11001011
Octal 355 255 313
Decimal 237 173 203
Hex ED AD CB

RGB Percentages of Color #edadcb

%38.66
%28.22
%33.12

CMYK Percentages of Color #edadcb

%0
%27
%14
%7

Triadic Colors of #edadcb

#edadcb #cbedad #adcbed

Analogous Colors of #edadcb

#edadcb #edafad #edadeb

Monochromatic Colors of #edadcb

#edadcb

Complementary Color

#edadcb #adedcf

#edadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadcb Color CSS Codes

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

#edadcb Text Font Color

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

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


#edadcb Background Color

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

This div background color is #edadcb


#edadcb Border Color

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

This div border color is #edadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadcb


Comments

No comments written yet.

Please login to write comment.