Color Hex Logo

#edde73 Color Hex

#EDDE73
(237,222,115)
0 Favorites   0 Comments

Color spaces of #edde73

RGB 237222115
HSL0.150.770.69
HSV53°51°93°
CMYK 0.000.060.51   0.07
XYZ64.140871.484926.6370
Yxy71.48490.39530.4406
Hunter Lab84.5487-12.545740.5049
CIE-Lab87.7201-8.502953.7427

#edde73 color RGB value is (237,222,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 01110011
Octal 355 336 163
Decimal 237 222 115
Hex ED DE 73

RGB Percentages of Color #edde73

%41.29
%38.68
%20.03

CMYK Percentages of Color #edde73

%0
%6
%51
%7

Triadic Colors of #edde73

#edde73 #73edde #de73ed

Analogous Colors of #edde73

#edde73 #bfed73 #eda173

Monochromatic Colors of #edde73

#edde73

Complementary Color

#edde73 #7382ed

#edde73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edde73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edde73 Color CSS Codes

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

#edde73 Text Font Color

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

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


#edde73 Background Color

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

This div background color is #edde73


#edde73 Border Color

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

This div border color is #edde73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edde73


Comments

No comments written yet.

Please login to write comment.