Color Hex Logo

#edc299 Color Hex

#EDC299
(237,194,153)
0 Favorites   0 Comments

Color spaces of #edc299

RGB 237194153
HSL0.080.700.76
HSV29°35°93°
CMYK 0.000.180.35   0.07
XYZ59.966658.888038.3429
Yxy58.88800.38150.3746
Hunter Lab76.73855.194824.0923
CIE-Lab81.23009.743626.4042

#edc299 color RGB value is (237,194,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 10011001
Octal 355 302 231
Decimal 237 194 153
Hex ED C2 99

RGB Percentages of Color #edc299

%40.58
%33.22
%26.20

CMYK Percentages of Color #edc299

%0
%18
%35
%7

Triadic Colors of #edc299

#edc299 #99edc2 #c299ed

Analogous Colors of #edc299

#edc299 #edec99 #ed999a

Monochromatic Colors of #edc299

#edc299

Complementary Color

#edc299 #99c4ed

#edc299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc299 Color CSS Codes

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

#edc299 Text Font Color

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

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


#edc299 Background Color

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

This div background color is #edc299


#edc299 Border Color

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

This div border color is #edc299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc299


Comments

No comments written yet.

Please login to write comment.