Color Hex Logo

#edaeaf Color Hex

#EDAEAF
(237,174,175)
0 Favorites   0 Comments

Color spaces of #edaeaf

RGB 237174175
HSL1.000.640.81
HSV359°27°93°
CMYK 0.000.270.26   0.07
XYZ57.799051.371847.4268
Yxy51.37180.36910.3280
Hunter Lab71.674118.515110.9397
CIE-Lab76.903723.16098.5722

#edaeaf color RGB value is (237,174,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 10101111
Octal 355 256 257
Decimal 237 174 175
Hex ED AE AF

RGB Percentages of Color #edaeaf

%40.44
%29.69
%29.86

CMYK Percentages of Color #edaeaf

%0
%27
%26
%7

Triadic Colors of #edaeaf

#edaeaf #afedae #aeafed

Analogous Colors of #edaeaf

#edaeaf #edcdae #edaecf

Monochromatic Colors of #edaeaf

#edaeaf

Complementary Color

#edaeaf #aeedec

#edaeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaeaf Color CSS Codes

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

#edaeaf Text Font Color

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

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


#edaeaf Background Color

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

This div background color is #edaeaf


#edaeaf Border Color

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

This div border color is #edaeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaeaf


Comments

No comments written yet.

Please login to write comment.