Color Hex Logo

#edc600 Color Hex

#EDC600
(237,198,0)
0 Favorites   0 Comments

Color spaces of #edc600

RGB 2371980
HSL0.141.000.46
HSV50°100°93°
CMYK 0.000.161.00   0.07
XYZ55.119158.39278.3658
Yxy58.39270.45220.4791
Hunter Lab76.4151-4.972446.9996
CIE-Lab80.9566-0.959582.1418

#edc600 color RGB value is (237,198,0).

#edc600 hex color red value is 237, green value is 198 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #edc600 hue: 0.14 , saturation: 1.00 and the lightness value of edc600 is 0.46.

The process color (four color CMYK) of #edc600 color hex is 0.00, 0.16, 1.00, 0.07. Web safe color of #edc600 is #ffcc00. Color #edc600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 00000000
Octal 355 306 0
Decimal 237 198 0
Hex ED C6 0

RGB Percentages of Color #edc600

%54.48
%45.52
%0.00

CMYK Percentages of Color #edc600

%0
%16
%100
%7

Triadic Colors of #edc600

#edc600 #00edc6 #c600ed

Analogous Colors of #edc600

#edc600 #9eed00 #ed5000

Monochromatic Colors of #edc600

#edc600

Complementary Color

#edc600 #0027ed

#edc600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc600 Color CSS Codes

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

#edc600 Text Font Color

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

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


#edc600 Background Color

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

This div background color is #edc600


#edc600 Border Color

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

This div border color is #edc600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc600

#edc600 Color Palettes


Comments

No comments written yet.

Please login to write comment.