Color Hex Logo

#edc598 Color Hex

#EDC598
(237,197,152)
0 Favorites   0 Comments

Color spaces of #edc598

RGB 237197152
HSL0.090.700.76
HSV32°36°93°
CMYK 0.000.170.36   0.07
XYZ60.558860.204038.1345
Yxy60.20400.38110.3789
Hunter Lab77.59123.531925.1740
CIE-Lab81.94898.051727.9002

#edc598 color RGB value is (237,197,152).

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

The process color (four color CMYK) of #edc598 color hex is 0.00, 0.17, 0.36, 0.07. Web safe color of #edc598 is #ffcc99. Color #edc598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 10011000
Octal 355 305 230
Decimal 237 197 152
Hex ED C5 98

RGB Percentages of Color #edc598

%40.44
%33.62
%25.94

CMYK Percentages of Color #edc598

%0
%17
%36
%7

Triadic Colors of #edc598

#edc598 #98edc5 #c598ed

Analogous Colors of #edc598

#edc598 #ebed98 #ed9b98

Monochromatic Colors of #edc598

#edc598

Complementary Color

#edc598 #98c0ed

#edc598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc598 Color CSS Codes

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

#edc598 Text Font Color

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

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


#edc598 Background Color

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

This div background color is #edc598


#edc598 Border Color

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

This div border color is #edc598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc598


Comments

No comments written yet.

Please login to write comment.