Color Hex Logo

#ede846 Color Hex

#EDE846
(237,232,70)
0 Favorites   0 Comments

Color spaces of #ede846

RGB 23723270
HSL0.160.820.60
HSV58°70°93°
CMYK 0.000.020.70   0.07
XYZ64.887276.159917.0748
Yxy76.15990.41040.4817
Hunter Lab87.2696-20.002649.4883
CIE-Lab89.9335-16.349074.7919

#ede846 color RGB value is (237,232,70).

#ede846 hex color red value is 237, green value is 232 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ede846 hue: 0.16 , saturation: 0.82 and the lightness value of ede846 is 0.60.

The process color (four color CMYK) of #ede846 color hex is 0.00, 0.02, 0.70, 0.07. Web safe color of #ede846 is #ffff33. Color #ede846 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 01000110
Octal 355 350 106
Decimal 237 232 70
Hex ED E8 46

RGB Percentages of Color #ede846

%43.97
%43.04
%12.99

CMYK Percentages of Color #ede846

%0
%2
%70
%7

Triadic Colors of #ede846

#ede846 #46ede8 #e846ed

Analogous Colors of #ede846

#ede846 #9fed46 #ed9546

Monochromatic Colors of #ede846

#ede846

Complementary Color

#ede846 #464bed

#ede846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede846 Color CSS Codes

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

#ede846 Text Font Color

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

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


#ede846 Background Color

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

This div background color is #ede846


#ede846 Border Color

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

This div border color is #ede846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede846


Comments

No comments written yet.

Please login to write comment.