Color Hex Logo

#edaeae Color Hex

#EDAEAE
(237,174,174)
0 Favorites   0 Comments

Color spaces of #edaeae

RGB 237174174
HSL0.000.640.81
HSV27°93°
CMYK 0.000.270.27   0.07
XYZ57.701151.332646.9114
Yxy51.33260.37000.3292
Hunter Lab71.646818.374011.3321
CIE-Lab76.880023.02359.0827

#edaeae color RGB value is (237,174,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 10101110
Octal 355 256 256
Decimal 237 174 174
Hex ED AE AE

RGB Percentages of Color #edaeae

%40.51
%29.74
%29.74

CMYK Percentages of Color #edaeae

%0
%27
%27
%7

Triadic Colors of #edaeae

#edaeae #aeedae #aeaeed

Analogous Colors of #edaeae

#edaeae #edceae #edaece

Monochromatic Colors of #edaeae

#edaeae

Complementary Color

#edaeae #aeeded

#edaeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaeae Color CSS Codes

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

#edaeae Text Font Color

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

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


#edaeae Background Color

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

This div background color is #edaeae


#edaeae Border Color

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

This div border color is #edaeae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,174,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 #edaeae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaeae


Comments

No comments written yet.

Please login to write comment.