Color Hex Logo

#ede64e Color Hex

#EDE64E
(237,230,78)
0 Favorites   0 Comments

Color spaces of #ede64e

RGB 23723078
HSL0.160.820.62
HSV57°67°93°
CMYK 0.000.030.67   0.07
XYZ64.597075.148218.3082
Yxy75.14820.40870.4755
Hunter Lab86.6881-18.692048.1598
CIE-Lab89.4624-14.975571.4428

#ede64e color RGB value is (237,230,78).

#ede64e hex color red value is 237, green value is 230 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ede64e hue: 0.16 , saturation: 0.82 and the lightness value of ede64e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100110 01001110
Octal 355 346 116
Decimal 237 230 78
Hex ED E6 4E

RGB Percentages of Color #ede64e

%43.49
%42.20
%14.31

CMYK Percentages of Color #ede64e

%0
%3
%67
%7

Triadic Colors of #ede64e

#ede64e #4eede6 #e64eed

Analogous Colors of #ede64e

#ede64e #a5ed4e #ed974e

Monochromatic Colors of #ede64e

#ede64e

Complementary Color

#ede64e #4e55ed

#ede64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede64e Color CSS Codes

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

#ede64e Text Font Color

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

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


#ede64e Background Color

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

This div background color is #ede64e


#ede64e Border Color

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

This div border color is #ede64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede64e


Comments

No comments written yet.

Please login to write comment.