Color Hex Logo

#eddd54 Color Hex

#EDDD54
(237,221,84)
0 Favorites   0 Comments

Color spaces of #eddd54

RGB 23722184
HSL0.150.810.63
HSV54°65°93°
CMYK 0.000.070.65   0.07
XYZ62.381770.357518.6800
Yxy70.35750.41200.4647
Hunter Lab83.8794-14.037245.5116
CIE-Lab87.1719-10.186766.7515

#eddd54 color RGB value is (237,221,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 01010100
Octal 355 335 124
Decimal 237 221 84
Hex ED DD 54

RGB Percentages of Color #eddd54

%43.73
%40.77
%15.50

CMYK Percentages of Color #eddd54

%0
%7
%65
%7

Triadic Colors of #eddd54

#eddd54 #54eddd #dd54ed

Analogous Colors of #eddd54

#eddd54 #b1ed54 #ed9154

Monochromatic Colors of #eddd54

#eddd54

Complementary Color

#eddd54 #5464ed

#eddd54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddd54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddd54 Color CSS Codes

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

#eddd54 Text Font Color

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

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


#eddd54 Background Color

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

This div background color is #eddd54


#eddd54 Border Color

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

This div border color is #eddd54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddd54


Comments

No comments written yet.

Please login to write comment.