Color Hex Logo

#ede816 Color Hex

#EDE816
(237,232,22)
0 Favorites   0 Comments

Color spaces of #ede816

RGB 23723222
HSL0.160.860.51
HSV59°91°93°
CMYK 0.000.020.91   0.07
XYZ63.926575.775712.0159
Yxy75.77570.42140.4995
Hunter Lab87.0492-21.250852.7503
CIE-Lab89.7551-17.763586.4047

#ede816 color RGB value is (237,232,22).

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

The process color (four color CMYK) of #ede816 color hex is 0.00, 0.02, 0.91, 0.07. Web safe color of #ede816 is #ffff00. Color #ede816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 00010110
Octal 355 350 26
Decimal 237 232 22
Hex ED E8 16

RGB Percentages of Color #ede816

%48.27
%47.25
%4.48

CMYK Percentages of Color #ede816

%0
%2
%91
%7

Triadic Colors of #ede816

#ede816 #16ede8 #e816ed

Analogous Colors of #ede816

#ede816 #87ed16 #ed7d16

Monochromatic Colors of #ede816

#ede816

Complementary Color

#ede816 #161bed

#ede816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede816 Color CSS Codes

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

#ede816 Text Font Color

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

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


#ede816 Background Color

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

This div background color is #ede816


#ede816 Border Color

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

This div border color is #ede816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede816


Comments

No comments written yet.

Please login to write comment.