Color Hex Logo

#edc38a Color Hex

#EDC38A
(237,195,138)
0 Favorites   0 Comments

Color spaces of #edc38a

RGB 237195138
HSL0.100.730.74
HSV35°42°93°
CMYK 0.000.180.42   0.07
XYZ59.027658.869732.2967
Yxy58.86970.39300.3920
Hunter Lab76.72663.052828.7515
CIE-Lab81.21997.536934.2389

#edc38a color RGB value is (237,195,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 10001010
Octal 355 303 212
Decimal 237 195 138
Hex ED C3 8A

RGB Percentages of Color #edc38a

%41.58
%34.21
%24.21

CMYK Percentages of Color #edc38a

%0
%18
%42
%7

Triadic Colors of #edc38a

#edc38a #8aedc3 #c38aed

Analogous Colors of #edc38a

#edc38a #e6ed8a #ed928a

Monochromatic Colors of #edc38a

#edc38a

Complementary Color

#edc38a #8ab4ed

#edc38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc38a Color CSS Codes

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

#edc38a Text Font Color

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

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


#edc38a Background Color

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

This div background color is #edc38a


#edc38a Border Color

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

This div border color is #edc38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc38a


Comments

No comments written yet.

Please login to write comment.