Color Hex Logo

#edc243 Color Hex

#EDC243
(237,194,67)
0 Favorites   0 Comments

Color spaces of #edc243

RGB 23719467
HSL0.120.830.60
HSV45°72°93°
CMYK 0.000.180.72   0.07
XYZ55.230056.993313.4001
Yxy56.99330.43960.4537
Hunter Lab75.4939-1.526942.3218
CIE-Lab80.17582.685566.3381

#edc243 color RGB value is (237,194,67).

#edc243 hex color red value is 237, green value is 194 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #edc243 hue: 0.12 , saturation: 0.83 and the lightness value of edc243 is 0.60.

The process color (four color CMYK) of #edc243 color hex is 0.00, 0.18, 0.72, 0.07. Web safe color of #edc243 is #ffcc33. Color #edc243 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 01000011
Octal 355 302 103
Decimal 237 194 67
Hex ED C2 43

RGB Percentages of Color #edc243

%47.59
%38.96
%13.45

CMYK Percentages of Color #edc243

%0
%18
%72
%7

Triadic Colors of #edc243

#edc243 #43edc2 #c243ed

Analogous Colors of #edc243

#edc243 #c3ed43 #ed6d43

Monochromatic Colors of #edc243

#edc243

Complementary Color

#edc243 #436eed

#edc243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc243 Color CSS Codes

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

#edc243 Text Font Color

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

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


#edc243 Background Color

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

This div background color is #edc243


#edc243 Border Color

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

This div border color is #edc243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc243


Comments

No comments written yet.

Please login to write comment.