color codes Logo

#edd24c color codes

#EDD24C
(237,210,76)
0 Favorites   0 Comments

Color spaces of #edd24c

RGB 23721076
HSL0.140.820.61
HSV50°68°93°
CMYK 0.000.110.68   0.07
XYZ59.276264.619516.1861
Yxy64.61950.42320.4613
Hunter Lab80.3863-9.051444.3321
CIE-Lab84.2873-5.086566.9616

#edd24c color RGB value is (237,210,76).

#edd24c hex color red value is 237, green value is 210 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #edd24c hue: 0.14 , saturation: 0.82 and the lightness value of edd24c is 0.61.

The process color (four color CMYK) of #edd24c color code is 0.00, 0.11, 0.68, 0.07. Web safe color of #edd24c is #ffcc33. Color #edd24c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 01001100
Octal 355 322 114
Decimal 237 210 76
Hex ED D2 4C

RGB Percentages of Color #edd24c

%45.32
%40.15
%14.53

CMYK Percentages of Color #edd24c

%0
%11
%68
%7

Triadic Colors of #edd24c

#edd24c #4cedd2 #d24ced

Analogous Colors of #edd24c

#edd24c #b8ed4c #ed824c

Monochromatic Colors of #edd24c

#edd24c

Complementary Color

#edd24c #4c67ed

#edd24c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd24c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd24c Color CSS Codes

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

#edd24c Text Font Color

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

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


#edd24c Background Color

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

This div background color is #edd24c


#edd24c Border Color

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

This div border color is #edd24c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd24c

#edd24c Color Palettes


Comments

No comments written yet.

Please login to write comment.