Color Hex Logo

#edc27c Color Hex

#EDC27C
(237,194,124)
0 Favorites   0 Comments

Color spaces of #edc27c

RGB 237194124
HSL0.100.760.71
HSV37°48°93°
CMYK 0.000.180.48   0.07
XYZ57.854958.043327.2230
Yxy58.04330.40420.4056
Hunter Lab76.18622.225132.1447
CIE-Lab80.76296.663140.8369

#edc27c color RGB value is (237,194,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 01111100
Octal 355 302 174
Decimal 237 194 124
Hex ED C2 7C

RGB Percentages of Color #edc27c

%42.70
%34.95
%22.34

CMYK Percentages of Color #edc27c

%0
%18
%48
%7

Triadic Colors of #edc27c

#edc27c #7cedc2 #c27ced

Analogous Colors of #edc27c

#edc27c #e0ed7c #ed8a7c

Monochromatic Colors of #edc27c

#edc27c

Complementary Color

#edc27c #7ca7ed

#edc27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc27c Color CSS Codes

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

#edc27c Text Font Color

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

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


#edc27c Background Color

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

This div background color is #edc27c


#edc27c Border Color

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

This div border color is #edc27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc27c


Comments

No comments written yet.

Please login to write comment.