Color Hex Logo

#edadab Color Hex

#EDADAB
(237,173,171)
0 Favorites   0 Comments

Color spaces of #edadab

RGB 237173171
HSL0.010.650.80
HSV28°93°
CMYK 0.000.270.28   0.07
XYZ57.219350.831945.3238
Yxy50.83190.37310.3314
Hunter Lab71.296518.487112.2164
CIE-Lab76.577123.147810.2839

#edadab color RGB value is (237,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 10101011
Octal 355 255 253
Decimal 237 173 171
Hex ED AD AB

RGB Percentages of Color #edadab

%40.79
%29.78
%29.43

CMYK Percentages of Color #edadab

%0
%27
%28
%7

Triadic Colors of #edadab

#edadab #abedad #adabed

Analogous Colors of #edadab

#edadab #edceab #edabca

Monochromatic Colors of #edadab

#edadab

Complementary Color

#edadab #abebed

#edadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadab Color CSS Codes

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

#edadab Text Font Color

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

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


#edadab Background Color

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

This div background color is #edadab


#edadab Border Color

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

This div border color is #edadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadab


Comments

No comments written yet.

Please login to write comment.