Color Hex Logo

#edc045 Color Hex

#EDC045
(237,192,69)
0 Favorites   0 Comments

Color spaces of #edc045

RGB 23719269
HSL0.120.820.60
HSV44°71°93°
CMYK 0.000.190.71   0.07
XYZ54.848956.133513.5742
Yxy56.13350.44040.4507
Hunter Lab74.9223-0.438241.7036
CIE-Lab79.68973.818865.0710

#edc045 color RGB value is (237,192,69).

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

The process color (four color CMYK) of #edc045 color hex is 0.00, 0.19, 0.71, 0.07. Web safe color of #edc045 is #ffcc33. Color #edc045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000000 01000101
Octal 355 300 105
Decimal 237 192 69
Hex ED C0 45

RGB Percentages of Color #edc045

%47.59
%38.55
%13.86

CMYK Percentages of Color #edc045

%0
%19
%71
%7

Triadic Colors of #edc045

#edc045 #45edc0 #c045ed

Analogous Colors of #edc045

#edc045 #c6ed45 #ed6c45

Monochromatic Colors of #edc045

#edc045

Complementary Color

#edc045 #4572ed

#edc045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc045 Color CSS Codes

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

#edc045 Text Font Color

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

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


#edc045 Background Color

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

This div background color is #edc045


#edc045 Border Color

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

This div border color is #edc045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc045


Comments

No comments written yet.

Please login to write comment.