Color Hex Logo

#ede117 Color Hex

#EDE117
(237,225,23)
0 Favorites   0 Comments

Color spaces of #ede117

RGB 23722523
HSL0.160.860.51
HSV57°90°93°
CMYK 0.000.050.90   0.07
XYZ62.004971.916811.4239
Yxy71.91680.42660.4948
Hunter Lab84.8038-17.895051.3757
CIE-Lab87.9285-14.324684.8575

#ede117 color RGB value is (237,225,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 00010111
Octal 355 341 27
Decimal 237 225 23
Hex ED E1 17

RGB Percentages of Color #ede117

%48.87
%46.39
%4.74

CMYK Percentages of Color #ede117

%0
%5
%90
%7

Triadic Colors of #ede117

#ede117 #17ede1 #e117ed

Analogous Colors of #ede117

#ede117 #8eed17 #ed7617

Monochromatic Colors of #ede117

#ede117

Complementary Color

#ede117 #1723ed

#ede117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede117 Color CSS Codes

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

#ede117 Text Font Color

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

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


#ede117 Background Color

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

This div background color is #ede117


#ede117 Border Color

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

This div border color is #ede117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede117


Comments

No comments written yet.

Please login to write comment.