Color Hex Logo

#edde54 Color Hex

#EDDE54
(237,222,84)
0 Favorites   0 Comments

Color spaces of #edde54

RGB 23722284
HSL0.150.810.63
HSV54°65°93°
CMYK 0.000.060.65   0.07
XYZ62.646670.887218.7683
Yxy70.88720.41130.4654
Hunter Lab84.1945-14.524045.7195
CIE-Lab87.4302-10.685767.0220

#edde54 color RGB value is (237,222,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 01010100
Octal 355 336 124
Decimal 237 222 84
Hex ED DE 54

RGB Percentages of Color #edde54

%43.65
%40.88
%15.47

CMYK Percentages of Color #edde54

%0
%6
%65
%7

Triadic Colors of #edde54

#edde54 #54edde #de54ed

Analogous Colors of #edde54

#edde54 #b0ed54 #ed9254

Monochromatic Colors of #edde54

#edde54

Complementary Color

#edde54 #5463ed

#edde54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edde54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edde54 Color CSS Codes

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

#edde54 Text Font Color

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

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


#edde54 Background Color

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

This div background color is #edde54


#edde54 Border Color

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

This div border color is #edde54


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,222,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 #edde54">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edde54


Comments

No comments written yet.

Please login to write comment.