Color Hex Logo

#edafa7 Color Hex

#EDAFA7
(237,175,167)
0 Favorites   0 Comments

Color spaces of #edafa7

RGB 237175167
HSL0.020.660.79
HSV30°93°
CMYK 0.000.260.30   0.07
XYZ57.230151.454543.4746
Yxy51.45450.37610.3382
Hunter Lab71.731816.882814.2783
CIE-Lab76.953521.551812.9921

#edafa7 color RGB value is (237,175,167).

#edafa7 hex color red value is 237, green value is 175 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #edafa7 hue: 0.02 , saturation: 0.66 and the lightness value of edafa7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 10100111
Octal 355 257 247
Decimal 237 175 167
Hex ED AF A7

RGB Percentages of Color #edafa7

%40.93
%30.22
%28.84

CMYK Percentages of Color #edafa7

%0
%26
%30
%7

Triadic Colors of #edafa7

#edafa7 #a7edaf #afa7ed

Analogous Colors of #edafa7

#edafa7 #edd2a7 #eda7c2

Monochromatic Colors of #edafa7

#edafa7

Complementary Color

#edafa7 #a7e5ed

#edafa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edafa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edafa7 Color CSS Codes

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

#edafa7 Text Font Color

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

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


#edafa7 Background Color

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

This div background color is #edafa7


#edafa7 Border Color

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

This div border color is #edafa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edafa7


Comments

No comments written yet.

Please login to write comment.