Color Hex Logo

#eddb04 Color Hex

#EDDB04
(237,219,4)
0 Favorites   0 Comments

Color spaces of #eddb04

RGB 2372194
HSL0.150.970.47
HSV55°98°93°
CMYK 0.000.080.98   0.07
XYZ60.278568.676310.1937
Yxy68.67630.43320.4935
Hunter Lab82.8712-15.187950.7168
CIE-Lab86.3435-11.555285.6401

#eddb04 color RGB value is (237,219,4).

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

The process color (four color CMYK) of #eddb04 color hex is 0.00, 0.08, 0.98, 0.07. Web safe color of #eddb04 is #ffcc00. Color #eddb04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 00000100
Octal 355 333 4
Decimal 237 219 4
Hex ED DB 4

RGB Percentages of Color #eddb04

%51.52
%47.61
%0.87

CMYK Percentages of Color #eddb04

%0
%8
%98
%7

Triadic Colors of #eddb04

#eddb04 #04eddb #db04ed

Analogous Colors of #eddb04

#eddb04 #8bed04 #ed6704

Monochromatic Colors of #eddb04

#eddb04

Complementary Color

#eddb04 #0416ed

#eddb04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb04 Color CSS Codes

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

#eddb04 Text Font Color

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

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


#eddb04 Background Color

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

This div background color is #eddb04


#eddb04 Border Color

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

This div border color is #eddb04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb04


Comments

No comments written yet.

Please login to write comment.