Color Hex Logo

#ede162 Color Hex

#EDE162
(237,225,98)
0 Favorites   0 Comments

Color spaces of #ede162

RGB 23722598
HSL0.150.790.66
HSV55°59°93°
CMYK 0.000.050.59   0.07
XYZ64.054972.736822.2188
Yxy72.73680.40280.4574
Hunter Lab85.2859-15.185944.2538
CIE-Lab88.3220-11.293462.1185

#ede162 color RGB value is (237,225,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 01100010
Octal 355 341 142
Decimal 237 225 98
Hex ED E1 62

RGB Percentages of Color #ede162

%42.32
%40.18
%17.50

CMYK Percentages of Color #ede162

%0
%5
%59
%7

Triadic Colors of #ede162

#ede162 #62ede1 #e162ed

Analogous Colors of #ede162

#ede162 #b4ed62 #ed9c62

Monochromatic Colors of #ede162

#ede162

Complementary Color

#ede162 #626eed

#ede162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede162 Color CSS Codes

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

#ede162 Text Font Color

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

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


#ede162 Background Color

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

This div background color is #ede162


#ede162 Border Color

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

This div border color is #ede162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede162


Comments

No comments written yet.

Please login to write comment.