Color Hex Logo

#edaa98 Color Hex

#EDAA98
(237,170,152)
0 Favorites   0 Comments

Color spaces of #edaa98

RGB 237170152
HSL0.040.700.76
HSV13°36°93°
CMYK 0.000.280.36   0.07
XYZ54.967349.021036.2707
Yxy49.02100.39190.3495
Hunter Lab70.015017.610318.2958
CIE-Lab75.464422.330819.0551

#edaa98 color RGB value is (237,170,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10011000
Octal 355 252 230
Decimal 237 170 152
Hex ED AA 98

RGB Percentages of Color #edaa98

%42.40
%30.41
%27.19

CMYK Percentages of Color #edaa98

%0
%28
%36
%7

Triadic Colors of #edaa98

#edaa98 #98edaa #aa98ed

Analogous Colors of #edaa98

#edaa98 #edd598 #ed98b1

Monochromatic Colors of #edaa98

#edaa98

Complementary Color

#edaa98 #98dbed

#edaa98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa98 Color CSS Codes

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

#edaa98 Text Font Color

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

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


#edaa98 Background Color

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

This div background color is #edaa98


#edaa98 Border Color

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

This div border color is #edaa98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa98


Comments

No comments written yet.

Please login to write comment.