Color Hex Logo

#ede10d Color Hex

#EDE10D
(237,225,13)
0 Favorites   0 Comments

Color spaces of #ede10d

RGB 23722513
HSL0.160.900.49
HSV57°95°93°
CMYK 0.000.050.95   0.07
XYZ61.922971.884010.9921
Yxy71.88400.42760.4964
Hunter Lab84.7844-18.004051.6623
CIE-Lab87.9127-14.447786.0340

#ede10d color RGB value is (237,225,13).

#ede10d hex color red value is 237, green value is 225 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ede10d hue: 0.16 , saturation: 0.90 and the lightness value of ede10d is 0.49.

The process color (four color CMYK) of #ede10d color hex is 0.00, 0.05, 0.95, 0.07. Web safe color of #ede10d is #ffcc00. Color #ede10d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 00001101
Octal 355 341 15
Decimal 237 225 13
Hex ED E1 D

RGB Percentages of Color #ede10d

%49.89
%47.37
%2.74

CMYK Percentages of Color #ede10d

%0
%5
%95
%7

Triadic Colors of #ede10d

#ede10d #0dede1 #e10ded

Analogous Colors of #ede10d

#ede10d #89ed0d #ed710d

Monochromatic Colors of #ede10d

#ede10d

Complementary Color

#ede10d #0d19ed

#ede10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede10d Color CSS Codes

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

#ede10d Text Font Color

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

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


#ede10d Background Color

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

This div background color is #ede10d


#ede10d Border Color

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

This div border color is #ede10d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede10d


Comments

No comments written yet.

Please login to write comment.