Color Hex Logo

#edd24b Color Hex

#EDD24B
(237,210,75)
0 Favorites   0 Comments

Color spaces of #edd24b

RGB 23721075
HSL0.140.820.61
HSV50°68°93°
CMYK 0.000.110.68   0.07
XYZ59.241664.605716.0044
Yxy64.60570.42360.4620
Hunter Lab80.3777-9.099244.4588
CIE-Lab84.2801-5.138867.3472

#edd24b color RGB value is (237,210,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 01001011
Octal 355 322 113
Decimal 237 210 75
Hex ED D2 4B

RGB Percentages of Color #edd24b

%45.40
%40.23
%14.37

CMYK Percentages of Color #edd24b

%0
%11
%68
%7

Triadic Colors of #edd24b

#edd24b #4bedd2 #d24bed

Analogous Colors of #edd24b

#edd24b #b7ed4b #ed814b

Monochromatic Colors of #edd24b

#edd24b

Complementary Color

#edd24b #4b66ed

#edd24b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd24b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd24b Color CSS Codes

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

#edd24b Text Font Color

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

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


#edd24b Background Color

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

This div background color is #edd24b


#edd24b Border Color

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

This div border color is #edd24b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd24b


Comments

No comments written yet.

Please login to write comment.