Color Hex Logo

#eda498 Color Hex

#EDA498
(237,164,152)
0 Favorites   0 Comments

Color spaces of #eda498

RGB 237164152
HSL0.020.700.76
HSV36°93°
CMYK 0.000.310.36   0.07
XYZ53.868046.822435.9042
Yxy46.82240.39440.3428
Hunter Lab68.426920.774316.7888
CIE-Lab74.076025.519417.1299

#eda498 color RGB value is (237,164,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 10011000
Octal 355 244 230
Decimal 237 164 152
Hex ED A4 98

RGB Percentages of Color #eda498

%42.86
%29.66
%27.49

CMYK Percentages of Color #eda498

%0
%31
%36
%7

Triadic Colors of #eda498

#eda498 #98eda4 #a498ed

Analogous Colors of #eda498

#eda498 #edcf98 #ed98b7

Monochromatic Colors of #eda498

#eda498

Complementary Color

#eda498 #98e1ed

#eda498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda498 Color CSS Codes

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

#eda498 Text Font Color

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

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


#eda498 Background Color

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

This div background color is #eda498


#eda498 Border Color

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

This div border color is #eda498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda498


Comments

No comments written yet.

Please login to write comment.