Color Hex Logo

#edadbc Color Hex

#EDADBC
(237,173,188)
0 Favorites   0 Comments

Color spaces of #edadbc

RGB 237173188
HSL0.960.640.80
HSV346°27°93°
CMYK 0.000.270.21   0.07
XYZ58.945751.522554.4150
Yxy51.52250.35750.3125
Hunter Lab71.779220.97225.2983
CIE-Lab76.994425.55281.6209

#edadbc color RGB value is (237,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 10111100
Octal 355 255 274
Decimal 237 173 188
Hex ED AD BC

RGB Percentages of Color #edadbc

%39.63
%28.93
%31.44

CMYK Percentages of Color #edadbc

%0
%27
%21
%7

Triadic Colors of #edadbc

#edadbc #bcedad #adbced

Analogous Colors of #edadbc

#edadbc #edbead #edaddc

Monochromatic Colors of #edadbc

#edadbc

Complementary Color

#edadbc #adedde

#edadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadbc Color CSS Codes

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

#edadbc Text Font Color

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

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


#edadbc Background Color

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

This div background color is #edadbc


#edadbc Border Color

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

This div border color is #edadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadbc


Comments

No comments written yet.

Please login to write comment.