Color Hex Logo

#ede110 Color Hex

#EDE110
(237,225,16)
0 Favorites   0 Comments

Color spaces of #ede110

RGB 23722516
HSL0.160.870.50
HSV57°93°93°
CMYK 0.000.050.93   0.07
XYZ61.943871.892411.1020
Yxy71.89240.42740.4960
Hunter Lab84.7894-17.976351.5894
CIE-Lab87.9168-14.416485.7317

#ede110 color RGB value is (237,225,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 00010000
Octal 355 341 20
Decimal 237 225 16
Hex ED E1 10

RGB Percentages of Color #ede110

%49.58
%47.07
%3.35

CMYK Percentages of Color #ede110

%0
%5
%93
%7

Triadic Colors of #ede110

#ede110 #10ede1 #e110ed

Analogous Colors of #ede110

#ede110 #8bed10 #ed7310

Monochromatic Colors of #ede110

#ede110

Complementary Color

#ede110 #101ced

#ede110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede110 Color CSS Codes

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

#ede110 Text Font Color

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

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


#ede110 Background Color

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

This div background color is #ede110


#ede110 Border Color

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

This div border color is #ede110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede110


Comments

No comments written yet.

Please login to write comment.