Color Hex Logo

#eddb2d Color Hex

#EDDB2D
(237,219,45)
0 Favorites   0 Comments

Color spaces of #eddb2d

RGB 23721945
HSL0.150.840.55
HSV54°81°93°
CMYK 0.000.080.81   0.07
XYZ60.730268.857012.5725
Yxy68.85700.42720.4844
Hunter Lab82.9801-14.577449.1029
CIE-Lab86.4332-10.871479.2183

#eddb2d color RGB value is (237,219,45).

#eddb2d hex color red value is 237, green value is 219 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #eddb2d hue: 0.15 , saturation: 0.84 and the lightness value of eddb2d is 0.55.

The process color (four color CMYK) of #eddb2d color hex is 0.00, 0.08, 0.81, 0.07. Web safe color of #eddb2d is #ffcc33. Color #eddb2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 00101101
Octal 355 333 55
Decimal 237 219 45
Hex ED DB 2D

RGB Percentages of Color #eddb2d

%47.31
%43.71
%8.98

CMYK Percentages of Color #eddb2d

%0
%8
%81
%7

Triadic Colors of #eddb2d

#eddb2d #2deddb #db2ded

Analogous Colors of #eddb2d

#eddb2d #9fed2d #ed7b2d

Monochromatic Colors of #eddb2d

#eddb2d

Complementary Color

#eddb2d #2d3fed

#eddb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb2d Color CSS Codes

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

#eddb2d Text Font Color

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

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


#eddb2d Background Color

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

This div background color is #eddb2d


#eddb2d Border Color

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

This div border color is #eddb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb2d


Comments

No comments written yet.

Please login to write comment.