Color Hex Logo

#edc399 Color Hex

#EDC399
(237,195,153)
0 Favorites   0 Comments

Color spaces of #edc399

RGB 237195153
HSL0.080.700.76
HSV30°35°93°
CMYK 0.000.180.35   0.07
XYZ60.189959.334638.4174
Yxy59.33460.38110.3757
Hunter Lab77.02904.678024.3500
CIE-Lab81.47529.218526.7355

#edc399 color RGB value is (237,195,153).

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

The process color (four color CMYK) of #edc399 color hex is 0.00, 0.18, 0.35, 0.07. Web safe color of #edc399 is #ffcc99. Color #edc399 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 10011001
Octal 355 303 231
Decimal 237 195 153
Hex ED C3 99

RGB Percentages of Color #edc399

%40.51
%33.33
%26.15

CMYK Percentages of Color #edc399

%0
%18
%35
%7

Triadic Colors of #edc399

#edc399 #99edc3 #c399ed

Analogous Colors of #edc399

#edc399 #eded99 #ed9999

Monochromatic Colors of #edc399

#edc399

Complementary Color

#edc399 #99c3ed

#edc399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc399 Color CSS Codes

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

#edc399 Text Font Color

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

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


#edc399 Background Color

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

This div background color is #edc399


#edc399 Border Color

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

This div border color is #edc399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc399


Comments

No comments written yet.

Please login to write comment.