Color Hex Logo

#ede762 Color Hex

#EDE762
(237,231,98)
0 Favorites   0 Comments

Color spaces of #ede762

RGB 23723198
HSL0.160.790.66
HSV57°59°93°
CMYK 0.000.030.59   0.07
XYZ65.705676.038222.7691
Yxy76.03820.39940.4622
Hunter Lab87.1999-18.099145.5585
CIE-Lab89.8771-14.262563.8354

#ede762 color RGB value is (237,231,98).

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

The process color (four color CMYK) of #ede762 color hex is 0.00, 0.03, 0.59, 0.07. Web safe color of #ede762 is #ffff66. Color #ede762 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 01100010
Octal 355 347 142
Decimal 237 231 98
Hex ED E7 62

RGB Percentages of Color #ede762

%41.87
%40.81
%17.31

CMYK Percentages of Color #ede762

%0
%3
%59
%7

Triadic Colors of #ede762

#ede762 #62ede7 #e762ed

Analogous Colors of #ede762

#ede762 #aeed62 #eda262

Monochromatic Colors of #ede762

#ede762

Complementary Color

#ede762 #6268ed

#ede762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede762 Color CSS Codes

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

#ede762 Text Font Color

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

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


#ede762 Background Color

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

This div background color is #ede762


#ede762 Border Color

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

This div border color is #ede762


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,231,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 #ede762">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede762

#ede762 Color Palettes


Comments

No comments written yet.

Please login to write comment.