Color Hex Logo

#edc38e Color Hex

#EDC38E
(237,195,142)
0 Favorites   0 Comments

Color spaces of #edc38e

RGB 237195142
HSL0.090.730.74
HSV33°40°93°
CMYK 0.000.180.40   0.07
XYZ59.322658.987733.8503
Yxy58.98770.38990.3877
Hunter Lab76.80353.466527.6310
CIE-Lab81.28487.966632.2455

#edc38e color RGB value is (237,195,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 10001110
Octal 355 303 216
Decimal 237 195 142
Hex ED C3 8E

RGB Percentages of Color #edc38e

%41.29
%33.97
%24.74

CMYK Percentages of Color #edc38e

%0
%18
%40
%7

Triadic Colors of #edc38e

#edc38e #8eedc3 #c38eed

Analogous Colors of #edc38e

#edc38e #e8ed8e #ed948e

Monochromatic Colors of #edc38e

#edc38e

Complementary Color

#edc38e #8eb8ed

#edc38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc38e Color CSS Codes

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

#edc38e Text Font Color

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

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


#edc38e Background Color

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

This div background color is #edc38e


#edc38e Border Color

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

This div border color is #edc38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc38e


Comments

No comments written yet.

Please login to write comment.