Color Hex Logo

#edec73 Color Hex

#EDEC73
(237,236,115)
0 Favorites   0 Comments

Color spaces of #edec73

RGB 237236115
HSL0.170.770.69
HSV60°51°93°
CMYK 0.000.000.51   0.07
XYZ68.015079.233227.9284
Yxy79.23320.38830.4523
Hunter Lab89.0130-19.380743.7065
CIE-Lab91.3397-15.446857.9939

#edec73 color RGB value is (237,236,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 01110011
Octal 355 354 163
Decimal 237 236 115
Hex ED EC 73

RGB Percentages of Color #edec73

%40.31
%40.14
%19.56

CMYK Percentages of Color #edec73

%0
%0
%51
%7

Triadic Colors of #edec73

#edec73 #73edec #ec73ed

Analogous Colors of #edec73

#edec73 #b1ed73 #edaf73

Monochromatic Colors of #edec73

#edec73

Complementary Color

#edec73 #7374ed

#edec73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edec73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edec73 Color CSS Codes

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

#edec73 Text Font Color

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

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


#edec73 Background Color

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

This div background color is #edec73


#edec73 Border Color

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

This div border color is #edec73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edec73


Comments

No comments written yet.

Please login to write comment.