Color Hex Logo

#edadae Color Hex

#EDADAE
(237,173,174)
0 Favorites   0 Comments

Color spaces of #edadae

RGB 237173174
HSL1.000.640.80
HSV359°27°93°
CMYK 0.000.270.27   0.07
XYZ57.508650.947746.8472
Yxy50.94770.37030.3281
Hunter Lab71.377718.905611.0506
CIE-Lab76.647323.55538.7503

#edadae color RGB value is (237,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 10101110
Octal 355 255 256
Decimal 237 173 174
Hex ED AD AE

RGB Percentages of Color #edadae

%40.58
%29.62
%29.79

CMYK Percentages of Color #edadae

%0
%27
%27
%7

Triadic Colors of #edadae

#edadae #aeedad #adaeed

Analogous Colors of #edadae

#edadae #edccad #edadce

Monochromatic Colors of #edadae

#edadae

Complementary Color

#edadae #adedec

#edadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadae Color CSS Codes

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

#edadae Text Font Color

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

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


#edadae Background Color

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

This div background color is #edadae


#edadae Border Color

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

This div border color is #edadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadae


Comments

No comments written yet.

Please login to write comment.