color codes Logo

#ede80c color codes

#EDE80C
(237,232,12)
0 Favorites   0 Comments

Color spaces of #ede80c

RGB 23723212
HSL0.160.900.49
HSV59°95°93°
CMYK 0.000.020.95   0.07
XYZ63.848075.744311.6028
Yxy75.74430.42230.5010
Hunter Lab87.0312-21.353153.0174
CIE-Lab89.7405-17.880087.4917

#ede80c color RGB value is (237,232,12).

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

The process color (four color CMYK) of #ede80c color code is 0.00, 0.02, 0.95, 0.07. Web safe color of #ede80c is #ffff00. Color #ede80c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 00001100
Octal 355 350 14
Decimal 237 232 12
Hex ED E8 C

RGB Percentages of Color #ede80c

%49.27
%48.23
%2.49

CMYK Percentages of Color #ede80c

%0
%2
%95
%7

Triadic Colors of #ede80c

#ede80c #0cede8 #e80ced

Analogous Colors of #ede80c

#ede80c #82ed0c #ed780c

Monochromatic Colors of #ede80c

#ede80c

Complementary Color

#ede80c #0c11ed

#ede80c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede80c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede80c Color CSS Codes

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

#ede80c Text Font Color

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

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


#ede80c Background Color

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

This div background color is #ede80c


#ede80c Border Color

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

This div border color is #ede80c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede80c


Comments

No comments written yet.

Please login to write comment.