Color Hex Logo

#edd503 Color Hex

#EDD503
(237,213,3)
0 Favorites   0 Comments

Color spaces of #edd503

RGB 2372133
HSL0.150.980.47
HSV54°99°93°
CMYK 0.000.100.99   0.07
XYZ58.735765.59969.6524
Yxy65.59960.43840.4896
Hunter Lab80.9936-12.292449.6296
CIE-Lab84.7918-8.563384.6015

#edd503 color RGB value is (237,213,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 00000011
Octal 355 325 3
Decimal 237 213 3
Hex ED D5 3

RGB Percentages of Color #edd503

%52.32
%47.02
%0.66

CMYK Percentages of Color #edd503

%0
%10
%99
%7

Triadic Colors of #edd503

#edd503 #03edd5 #d503ed

Analogous Colors of #edd503

#edd503 #90ed03 #ed6003

Monochromatic Colors of #edd503

#edd503

Complementary Color

#edd503 #031bed

#edd503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd503 Color CSS Codes

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

#edd503 Text Font Color

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

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


#edd503 Background Color

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

This div background color is #edd503


#edd503 Border Color

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

This div border color is #edd503


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,213,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 #edd503">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd503


Comments

No comments written yet.

Please login to write comment.