Color Hex Logo

#ede161 Color Hex

#EDE161
(237,225,97)
0 Favorites   0 Comments

Color spaces of #ede161

RGB 23722597
HSL0.150.800.65
HSV55°59°93°
CMYK 0.000.050.59   0.07
XYZ64.007972.718021.9717
Yxy72.71800.40330.4582
Hunter Lab85.2748-15.247644.4159
CIE-Lab88.3130-11.361962.5411

#ede161 color RGB value is (237,225,97).

#ede161 hex color red value is 237, green value is 225 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ede161 hue: 0.15 , saturation: 0.80 and the lightness value of ede161 is 0.65.

The process color (four color CMYK) of #ede161 color hex is 0.00, 0.05, 0.59, 0.07. Web safe color of #ede161 is #ffcc66. Color #ede161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 01100001
Octal 355 341 141
Decimal 237 225 97
Hex ED E1 61

RGB Percentages of Color #ede161

%42.40
%40.25
%17.35

CMYK Percentages of Color #ede161

%0
%5
%59
%7

Triadic Colors of #ede161

#ede161 #61ede1 #e161ed

Analogous Colors of #ede161

#ede161 #b3ed61 #ed9b61

Monochromatic Colors of #ede161

#ede161

Complementary Color

#ede161 #616ded

#ede161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede161 Color CSS Codes

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

#ede161 Text Font Color

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

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


#ede161 Background Color

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

This div background color is #ede161


#ede161 Border Color

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

This div border color is #ede161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede161


Comments

No comments written yet.

Please login to write comment.