Color Hex Logo

#edac98 Color Hex

#EDAC98
(237,172,152)
0 Favorites   0 Comments

Color spaces of #edac98

RGB 237172152
HSL0.040.700.76
HSV14°36°93°
CMYK 0.000.270.36   0.07
XYZ55.345149.776636.3966
Yxy49.77660.39110.3517
Hunter Lab70.552516.557818.8003
CIE-Lab75.931921.267719.7010

#edac98 color RGB value is (237,172,152).

#edac98 hex color red value is 237, green value is 172 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #edac98 hue: 0.04 , saturation: 0.70 and the lightness value of edac98 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 10011000
Octal 355 254 230
Decimal 237 172 152
Hex ED AC 98

RGB Percentages of Color #edac98

%42.25
%30.66
%27.09

CMYK Percentages of Color #edac98

%0
%27
%36
%7

Triadic Colors of #edac98

#edac98 #98edac #ac98ed

Analogous Colors of #edac98

#edac98 #edd798 #ed98af

Monochromatic Colors of #edac98

#edac98

Complementary Color

#edac98 #98d9ed

#edac98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac98 Color CSS Codes

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

#edac98 Text Font Color

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

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


#edac98 Background Color

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

This div background color is #edac98


#edac98 Border Color

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

This div border color is #edac98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac98


Comments

No comments written yet.

Please login to write comment.