Color Hex Logo

#edd84b Color Hex

#EDD84B
(237,216,75)
0 Favorites   0 Comments

Color spaces of #edd84b

RGB 23721675
HSL0.150.820.61
HSV52°68°93°
CMYK 0.000.090.68   0.07
XYZ60.750967.624316.5075
Yxy67.62430.41930.4668
Hunter Lab82.2340-12.041545.6620
CIE-Lab85.8182-8.171868.9045

#edd84b color RGB value is (237,216,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 01001011
Octal 355 330 113
Decimal 237 216 75
Hex ED D8 4B

RGB Percentages of Color #edd84b

%44.89
%40.91
%14.20

CMYK Percentages of Color #edd84b

%0
%9
%68
%7

Triadic Colors of #edd84b

#edd84b #4bedd8 #d84bed

Analogous Colors of #edd84b

#edd84b #b1ed4b #ed874b

Monochromatic Colors of #edd84b

#edd84b

Complementary Color

#edd84b #4b60ed

#edd84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd84b Color CSS Codes

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

#edd84b Text Font Color

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

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


#edd84b Background Color

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

This div background color is #edd84b


#edd84b Border Color

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

This div border color is #edd84b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd84b


Comments

No comments written yet.

Please login to write comment.