Color Hex Logo

#edc272 Color Hex

#EDC272
(237,194,114)
0 Favorites   0 Comments

Color spaces of #edc272

RGB 237194114
HSL0.110.770.69
HSV39°52°93°
CMYK 0.000.180.52   0.07
XYZ57.254157.803024.0591
Yxy57.80300.41160.4155
Hunter Lab76.02831.372334.4575
CIE-Lab80.62915.767545.6899

#edc272 color RGB value is (237,194,114).

#edc272 hex color red value is 237, green value is 194 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #edc272 hue: 0.11 , saturation: 0.77 and the lightness value of edc272 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 01110010
Octal 355 302 162
Decimal 237 194 114
Hex ED C2 72

RGB Percentages of Color #edc272

%43.49
%35.60
%20.92

CMYK Percentages of Color #edc272

%0
%18
%52
%7

Triadic Colors of #edc272

#edc272 #72edc2 #c272ed

Analogous Colors of #edc272

#edc272 #dbed72 #ed8572

Monochromatic Colors of #edc272

#edc272

Complementary Color

#edc272 #729ded

#edc272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc272 Color CSS Codes

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

#edc272 Text Font Color

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

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


#edc272 Background Color

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

This div background color is #edc272


#edc272 Border Color

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

This div border color is #edc272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc272


Comments

No comments written yet.

Please login to write comment.