Color Hex Logo

#edadb0 Color Hex

#EDADB0
(237,173,176)
0 Favorites   0 Comments

Color spaces of #edadb0

RGB 237173176
HSL0.990.640.80
HSV357°27°93°
CMYK 0.000.270.26   0.07
XYZ57.705151.026347.8820
Yxy51.02630.36850.3258
Hunter Lab71.432719.189510.2602
CIE-Lab76.694923.83127.7288

#edadb0 color RGB value is (237,173,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 10110000
Octal 355 255 260
Decimal 237 173 176
Hex ED AD B0

RGB Percentages of Color #edadb0

%40.44
%29.52
%30.03

CMYK Percentages of Color #edadb0

%0
%27
%26
%7

Triadic Colors of #edadb0

#edadb0 #b0edad #adb0ed

Analogous Colors of #edadb0

#edadb0 #edcaad #edadd0

Monochromatic Colors of #edadb0

#edadb0

Complementary Color

#edadb0 #adedea

#edadb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadb0 Color CSS Codes

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

#edadb0 Text Font Color

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

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


#edadb0 Background Color

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

This div background color is #edadb0


#edadb0 Border Color

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

This div border color is #edadb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadb0


Comments

No comments written yet.

Please login to write comment.