Color Hex Logo

#edc273 Color Hex

#EDC273
(237,194,115)
0 Favorites   0 Comments

Color spaces of #edc273

RGB 237194115
HSL0.110.770.69
HSV39°51°93°
CMYK 0.000.180.51   0.07
XYZ57.311457.825924.3605
Yxy57.82590.41080.4145
Hunter Lab76.04331.453834.2368
CIE-Lab80.64195.853345.2091

#edc273 color RGB value is (237,194,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 01110011
Octal 355 302 163
Decimal 237 194 115
Hex ED C2 73

RGB Percentages of Color #edc273

%43.41
%35.53
%21.06

CMYK Percentages of Color #edc273

%0
%18
%51
%7

Triadic Colors of #edc273

#edc273 #73edc2 #c273ed

Analogous Colors of #edc273

#edc273 #dbed73 #ed8573

Monochromatic Colors of #edc273

#edc273

Complementary Color

#edc273 #739eed

#edc273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc273 Color CSS Codes

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

#edc273 Text Font Color

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

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


#edc273 Background Color

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

This div background color is #edc273


#edc273 Border Color

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

This div border color is #edc273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc273


Comments

No comments written yet.

Please login to write comment.