Color Hex Logo

#edc27e Color Hex

#EDC27E
(237,194,126)
0 Favorites   0 Comments

Color spaces of #edc27e

RGB 237194126
HSL0.100.760.71
HSV37°47°93°
CMYK 0.000.180.47   0.07
XYZ57.982758.094527.8960
Yxy58.09450.40270.4035
Hunter Lab76.21972.405931.6540
CIE-Lab80.79136.852239.8561

#edc27e color RGB value is (237,194,126).

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

The process color (four color CMYK) of #edc27e color hex is 0.00, 0.18, 0.47, 0.07. Web safe color of #edc27e is #ffcc66. Color #edc27e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 01111110
Octal 355 302 176
Decimal 237 194 126
Hex ED C2 7E

RGB Percentages of Color #edc27e

%42.55
%34.83
%22.62

CMYK Percentages of Color #edc27e

%0
%18
%47
%7

Triadic Colors of #edc27e

#edc27e #7eedc2 #c27eed

Analogous Colors of #edc27e

#edc27e #e1ed7e #ed8b7e

Monochromatic Colors of #edc27e

#edc27e

Complementary Color

#edc27e #7ea9ed

#edc27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc27e Color CSS Codes

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

#edc27e Text Font Color

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

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


#edc27e Background Color

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

This div background color is #edc27e


#edc27e Border Color

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

This div border color is #edc27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc27e


Comments

No comments written yet.

Please login to write comment.