Color Hex Logo

#edef4a Color Hex

#EDEF4A
(237,239,74)
0 Favorites   0 Comments

Color spaces of #edef4a

RGB 23723974
HSL0.170.840.61
HSV61°69°94°
CMYK 0.010.000.69   0.06
XYZ67.027680.231918.4321
Yxy80.23190.40450.4842
Hunter Lab89.5723-23.178650.4999
CIE-Lab91.7888-19.557375.2055

#edef4a color RGB value is (237,239,74).

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

The process color (four color CMYK) of #edef4a color hex is 0.01, 0.00, 0.69, 0.06. Web safe color of #edef4a is #ffff33. Color #edef4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 01001010
Octal 355 357 112
Decimal 237 239 74
Hex ED EF 4A

RGB Percentages of Color #edef4a

%43.09
%43.45
%13.45

CMYK Percentages of Color #edef4a

%1
%0
%69
%6

Triadic Colors of #edef4a

#edef4a #4aedef #ef4aed

Analogous Colors of #edef4a

#edef4a #9bef4a #ef9f4a

Monochromatic Colors of #edef4a

#edef4a

Complementary Color

#edef4a #4c4aef

#edef4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edef4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edef4a Color CSS Codes

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

#edef4a Text Font Color

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

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


#edef4a Background Color

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

This div background color is #edef4a


#edef4a Border Color

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

This div border color is #edef4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edef4a


Comments

No comments written yet.

Please login to write comment.