Color Hex Logo

#edadb2 Color Hex

#EDADB2
(237,173,178)
0 Favorites   0 Comments

Color spaces of #edadb2

RGB 237173178
HSL0.990.640.80
HSV355°27°93°
CMYK 0.000.270.25   0.07
XYZ57.904551.106048.9320
Yxy51.10600.36660.3236
Hunter Lab71.488519.47739.4595
CIE-Lab76.743224.11036.7083

#edadb2 color RGB value is (237,173,178).

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

The process color (four color CMYK) of #edadb2 color hex is 0.00, 0.27, 0.25, 0.07. Web safe color of #edadb2 is #ff9999. Color #edadb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 10110010
Octal 355 255 262
Decimal 237 173 178
Hex ED AD B2

RGB Percentages of Color #edadb2

%40.31
%29.42
%30.27

CMYK Percentages of Color #edadb2

%0
%27
%25
%7

Triadic Colors of #edadb2

#edadb2 #b2edad #adb2ed

Analogous Colors of #edadb2

#edadb2 #edc8ad #edadd2

Monochromatic Colors of #edadb2

#edadb2

Complementary Color

#edadb2 #adede8

#edadb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadb2 Color CSS Codes

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

#edadb2 Text Font Color

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

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


#edadb2 Background Color

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

This div background color is #edadb2


#edadb2 Border Color

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

This div border color is #edadb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadb2


Comments

No comments written yet.

Please login to write comment.