Color Hex Logo

#edafac Color Hex

#EDAFAC
(237,175,172)
0 Favorites   0 Comments

Color spaces of #edafac

RGB 237175172
HSL0.010.640.80
HSV27°93°
CMYK 0.000.260.27   0.07
XYZ57.701451.643045.9566
Yxy51.64300.37150.3325
Hunter Lab71.863117.563612.3880
CIE-Lab77.066922.218910.4366

#edafac color RGB value is (237,175,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 10101100
Octal 355 257 254
Decimal 237 175 172
Hex ED AF AC

RGB Percentages of Color #edafac

%40.58
%29.97
%29.45

CMYK Percentages of Color #edafac

%0
%26
%27
%7

Triadic Colors of #edafac

#edafac #acedaf #afaced

Analogous Colors of #edafac

#edafac #edd0ac #edacca

Monochromatic Colors of #edafac

#edafac

Complementary Color

#edafac #aceaed

#edafac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edafac Color Preview on White Background

Lorem ipsum dolor sit amet.

#edafac Color CSS Codes

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

#edafac Text Font Color

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

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


#edafac Background Color

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

This div background color is #edafac


#edafac Border Color

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

This div border color is #edafac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edafac


Comments

No comments written yet.

Please login to write comment.