Color Hex Logo

#edc602 Color Hex

#EDC602
(237,198,2)
0 Favorites   0 Comments

Color spaces of #edc602

RGB 2371982
HSL0.140.980.47
HSV50°99°93°
CMYK 0.000.160.99   0.07
XYZ55.130158.39718.4235
Yxy58.39710.45210.4789
Hunter Lab76.4180-4.956646.9571
CIE-Lab80.9591-0.942381.9509

#edc602 color RGB value is (237,198,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 00000010
Octal 355 306 2
Decimal 237 198 2
Hex ED C6 2

RGB Percentages of Color #edc602

%54.23
%45.31
%0.46

CMYK Percentages of Color #edc602

%0
%16
%99
%7

Triadic Colors of #edc602

#edc602 #02edc6 #c602ed

Analogous Colors of #edc602

#edc602 #9fed02 #ed5102

Monochromatic Colors of #edc602

#edc602

Complementary Color

#edc602 #0229ed

#edc602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc602 Color CSS Codes

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

#edc602 Text Font Color

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

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


#edc602 Background Color

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

This div background color is #edc602


#edc602 Border Color

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

This div border color is #edc602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc602

#edc602 Color Palettes


Comments

No comments written yet.

Please login to write comment.