Color Hex Logo

#eda603 Color Hex

#EDA603
(237,166,3)
0 Favorites   0 Comments

Color spaces of #eda603

RGB 2371663
HSL0.120.980.47
HSV42°99°93°
CMYK 0.000.300.99   0.07
XYZ48.577745.28356.2664
Yxy45.28350.48520.4523
Hunter Lab67.293011.093441.5840
CIE-Lab73.078215.805676.3655

#eda603 color RGB value is (237,166,3).

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

The process color (four color CMYK) of #eda603 color hex is 0.00, 0.30, 0.99, 0.07. Web safe color of #eda603 is #ff9900. Color #eda603 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 00000011
Octal 355 246 3
Decimal 237 166 3
Hex ED A6 3

RGB Percentages of Color #eda603

%58.37
%40.89
%0.74

CMYK Percentages of Color #eda603

%0
%30
%99
%7

Triadic Colors of #eda603

#eda603 #03eda6 #a603ed

Analogous Colors of #eda603

#eda603 #bfed03 #ed3103

Monochromatic Colors of #eda603

#eda603

Complementary Color

#eda603 #034aed

#eda603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda603 Color CSS Codes

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

#eda603 Text Font Color

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

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


#eda603 Background Color

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

This div background color is #eda603


#eda603 Border Color

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

This div border color is #eda603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda603


Comments

No comments written yet.

Please login to write comment.