color codes Logo

#edd24e color codes

#EDD24E
(237,210,78)
0 Favorites   0 Comments

Color spaces of #edd24e

RGB 23721078
HSL0.140.820.62
HSV50°67°93°
CMYK 0.000.110.67   0.07
XYZ59.346864.647816.5581
Yxy64.64780.42220.4600
Hunter Lab80.4039-8.954344.0727
CIE-Lab84.3019-4.980066.1813

#edd24e color RGB value is (237,210,78).

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

The process color (four color CMYK) of #edd24e color code is 0.00, 0.11, 0.67, 0.07. Web safe color of #edd24e is #ffcc66. Color #edd24e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 01001110
Octal 355 322 116
Decimal 237 210 78
Hex ED D2 4E

RGB Percentages of Color #edd24e

%45.14
%40.00
%14.86

CMYK Percentages of Color #edd24e

%0
%11
%67
%7

Triadic Colors of #edd24e

#edd24e #4eedd2 #d24eed

Analogous Colors of #edd24e

#edd24e #b9ed4e #ed834e

Monochromatic Colors of #edd24e

#edd24e

Complementary Color

#edd24e #4e69ed

#edd24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd24e Color CSS Codes

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

#edd24e Text Font Color

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

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


#edd24e Background Color

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

This div background color is #edd24e


#edd24e Border Color

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

This div border color is #edd24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd24e


Comments

No comments written yet.

Please login to write comment.