Color Hex Logo

#ede34d Color Hex

#EDE34D
(237,227,77)
0 Favorites   0 Comments

Color spaces of #ede34d

RGB 23722777
HSL0.160.820.62
HSV56°68°93°
CMYK 0.000.040.68   0.07
XYZ63.733773.478517.8448
Yxy73.47850.41100.4739
Hunter Lab85.7196-17.292147.6609
CIE-Lab88.6754-13.550771.0254

#ede34d color RGB value is (237,227,77).

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

The process color (four color CMYK) of #ede34d color hex is 0.00, 0.04, 0.68, 0.07. Web safe color of #ede34d is #ffcc66. Color #ede34d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 01001101
Octal 355 343 115
Decimal 237 227 77
Hex ED E3 4D

RGB Percentages of Color #ede34d

%43.81
%41.96
%14.23

CMYK Percentages of Color #ede34d

%0
%4
%68
%7

Triadic Colors of #ede34d

#ede34d #4dede3 #e34ded

Analogous Colors of #ede34d

#ede34d #a7ed4d #ed934d

Monochromatic Colors of #ede34d

#ede34d

Complementary Color

#ede34d #4d57ed

#ede34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede34d Color CSS Codes

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

#ede34d Text Font Color

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

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


#ede34d Background Color

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

This div background color is #ede34d


#ede34d Border Color

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

This div border color is #ede34d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede34d


Comments

No comments written yet.

Please login to write comment.