Color Hex Logo

#eddb3d Color Hex

#EDDB3D
(237,219,61)
0 Favorites   0 Comments

Color spaces of #eddb3d

RGB 23721961
HSL0.150.830.58
HSV54°74°93°
CMYK 0.000.080.74   0.07
XYZ61.098969.004514.5138
Yxy69.00450.42250.4772
Hunter Lab83.0689-14.080347.7891
CIE-Lab86.5063-10.316774.5696

#eddb3d color RGB value is (237,219,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 00111101
Octal 355 333 75
Decimal 237 219 61
Hex ED DB 3D

RGB Percentages of Color #eddb3d

%45.84
%42.36
%11.80

CMYK Percentages of Color #eddb3d

%0
%8
%74
%7

Triadic Colors of #eddb3d

#eddb3d #3deddb #db3ded

Analogous Colors of #eddb3d

#eddb3d #a7ed3d #ed833d

Monochromatic Colors of #eddb3d

#eddb3d

Complementary Color

#eddb3d #3d4fed

#eddb3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb3d Color CSS Codes

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

#eddb3d Text Font Color

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

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


#eddb3d Background Color

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

This div background color is #eddb3d


#eddb3d Border Color

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

This div border color is #eddb3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb3d


Comments

No comments written yet.

Please login to write comment.