Color Hex Logo

#ede414 Color Hex

#EDE414
(237,228,20)
0 Favorites   0 Comments

Color spaces of #ede414

RGB 23722820
HSL0.160.860.50
HSV58°92°93°
CMYK 0.000.040.92   0.07
XYZ62.794773.541811.5472
Yxy73.54180.42460.4973
Hunter Lab85.7565-19.368352.0461
CIE-Lab88.7055-15.840185.8589

#ede414 color RGB value is (237,228,20).

#ede414 hex color red value is 237, green value is 228 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ede414 hue: 0.16 , saturation: 0.86 and the lightness value of ede414 is 0.50.

The process color (four color CMYK) of #ede414 color hex is 0.00, 0.04, 0.92, 0.07. Web safe color of #ede414 is #ffcc00. Color #ede414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 00010100
Octal 355 344 24
Decimal 237 228 20
Hex ED E4 14

RGB Percentages of Color #ede414

%48.87
%47.01
%4.12

CMYK Percentages of Color #ede414

%0
%4
%92
%7

Triadic Colors of #ede414

#ede414 #14ede4 #e414ed

Analogous Colors of #ede414

#ede414 #8aed14 #ed7814

Monochromatic Colors of #ede414

#ede414

Complementary Color

#ede414 #141ded

#ede414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede414 Color CSS Codes

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

#ede414 Text Font Color

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

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


#ede414 Background Color

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

This div background color is #ede414


#ede414 Border Color

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

This div border color is #ede414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede414


Comments

No comments written yet.

Please login to write comment.