Color Hex Logo

#edec4a Color Hex

#EDEC4A
(237,236,74)
0 Favorites   0 Comments

Color spaces of #edec4a

RGB 23723674
HSL0.170.820.61
HSV60°69°93°
CMYK 0.000.000.69   0.07
XYZ66.156578.489818.1418
Yxy78.48980.40640.4822
Hunter Lab88.5945-21.748349.8751
CIE-Lab91.0029-18.106474.4344

#edec4a color RGB value is (237,236,74).

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

The process color (four color CMYK) of #edec4a color hex is 0.00, 0.00, 0.69, 0.07. Web safe color of #edec4a is #ffff33. Color #edec4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 01001010
Octal 355 354 112
Decimal 237 236 74
Hex ED EC 4A

RGB Percentages of Color #edec4a

%43.33
%43.14
%13.53

CMYK Percentages of Color #edec4a

%0
%0
%69
%7

Triadic Colors of #edec4a

#edec4a #4aedec #ec4aed

Analogous Colors of #edec4a

#edec4a #9ded4a #ed9b4a

Monochromatic Colors of #edec4a

#edec4a

Complementary Color

#edec4a #4a4bed

#edec4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edec4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edec4a Color CSS Codes

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

#edec4a Text Font Color

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

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


#edec4a Background Color

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

This div background color is #edec4a


#edec4a Border Color

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

This div border color is #edec4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edec4a


Comments

No comments written yet.

Please login to write comment.