Color Hex Logo

#edc68a Color Hex

#EDC68A
(237,198,138)
0 Favorites   0 Comments

Color spaces of #edc68a

RGB 237198138
HSL0.100.730.74
HSV36°42°93°
CMYK 0.000.160.42   0.07
XYZ59.706660.227732.5230
Yxy60.22770.39160.3950
Hunter Lab77.60651.517729.4776
CIE-Lab81.96185.968635.2072

#edc68a color RGB value is (237,198,138).

#edc68a hex color red value is 237, green value is 198 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #edc68a hue: 0.10 , saturation: 0.73 and the lightness value of edc68a is 0.74.

The process color (four color CMYK) of #edc68a color hex is 0.00, 0.16, 0.42, 0.07. Web safe color of #edc68a is #ffcc99. Color #edc68a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 10001010
Octal 355 306 212
Decimal 237 198 138
Hex ED C6 8A

RGB Percentages of Color #edc68a

%41.36
%34.55
%24.08

CMYK Percentages of Color #edc68a

%0
%16
%42
%7

Triadic Colors of #edc68a

#edc68a #8aedc6 #c68aed

Analogous Colors of #edc68a

#edc68a #e3ed8a #ed958a

Monochromatic Colors of #edc68a

#edc68a

Complementary Color

#edc68a #8ab1ed

#edc68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc68a Color CSS Codes

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

#edc68a Text Font Color

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

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


#edc68a Background Color

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

This div background color is #edc68a


#edc68a Border Color

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

This div border color is #edc68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc68a


Comments

No comments written yet.

Please login to write comment.