Color Hex Logo

#ede413 Color Hex

#EDE413
(237,228,19)
0 Favorites   0 Comments

Color spaces of #ede413

RGB 23722819
HSL0.160.860.50
HSV58°92°93°
CMYK 0.000.040.92   0.07
XYZ62.786073.538311.5012
Yxy73.53830.42470.4975
Hunter Lab85.7545-19.379852.0763
CIE-Lab88.7038-15.853085.9819

#ede413 color RGB value is (237,228,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 00010011
Octal 355 344 23
Decimal 237 228 19
Hex ED E4 13

RGB Percentages of Color #ede413

%48.97
%47.11
%3.93

CMYK Percentages of Color #ede413

%0
%4
%92
%7

Triadic Colors of #ede413

#ede413 #13ede4 #e413ed

Analogous Colors of #ede413

#ede413 #89ed13 #ed7713

Monochromatic Colors of #ede413

#ede413

Complementary Color

#ede413 #131ced

#ede413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede413 Color CSS Codes

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

#ede413 Text Font Color

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

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


#ede413 Background Color

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

This div background color is #ede413


#ede413 Border Color

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

This div border color is #ede413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede413


Comments

No comments written yet.

Please login to write comment.