Color Hex Logo

#edda51 Color Hex

#EDDA51
(237,218,81)
0 Favorites   0 Comments

Color spaces of #edda51

RGB 23721881
HSL0.150.810.62
HSV53°66°93°
CMYK 0.000.080.66   0.07
XYZ61.481768.741417.8126
Yxy68.74140.41530.4644
Hunter Lab82.9104-12.727745.2994
CIE-Lab86.3758-8.855167.1264

#edda51 color RGB value is (237,218,81).

#edda51 hex color red value is 237, green value is 218 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #edda51 hue: 0.15 , saturation: 0.81 and the lightness value of edda51 is 0.62.

The process color (four color CMYK) of #edda51 color hex is 0.00, 0.08, 0.66, 0.07. Web safe color of #edda51 is #ffcc66. Color #edda51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011010 01010001
Octal 355 332 121
Decimal 237 218 81
Hex ED DA 51

RGB Percentages of Color #edda51

%44.22
%40.67
%15.11

CMYK Percentages of Color #edda51

%0
%8
%66
%7

Triadic Colors of #edda51

#edda51 #51edda #da51ed

Analogous Colors of #edda51

#edda51 #b2ed51 #ed8c51

Monochromatic Colors of #edda51

#edda51

Complementary Color

#edda51 #5164ed

#edda51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edda51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edda51 Color CSS Codes

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

#edda51 Text Font Color

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

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


#edda51 Background Color

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

This div background color is #edda51


#edda51 Border Color

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

This div border color is #edda51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edda51


Comments

No comments written yet.

Please login to write comment.