Color Hex Logo

#ede32c Color Hex

#EDE32C
(237,227,44)
0 Favorites   0 Comments

Color spaces of #ede32c

RGB 23722744
HSL0.160.840.55
HSV57°81°93°
CMYK 0.000.040.81   0.07
XYZ62.848873.124513.1848
Yxy73.12450.42140.4902
Hunter Lab85.5129-18.456650.7174
CIE-Lab88.5071-14.859881.2379

#ede32c color RGB value is (237,227,44).

#ede32c hex color red value is 237, green value is 227 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ede32c hue: 0.16 , saturation: 0.84 and the lightness value of ede32c is 0.55.

The process color (four color CMYK) of #ede32c color hex is 0.00, 0.04, 0.81, 0.07. Web safe color of #ede32c is #ffcc33. Color #ede32c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 00101100
Octal 355 343 54
Decimal 237 227 44
Hex ED E3 2C

RGB Percentages of Color #ede32c

%46.65
%44.69
%8.66

CMYK Percentages of Color #ede32c

%0
%4
%81
%7

Triadic Colors of #ede32c

#ede32c #2cede3 #e32ced

Analogous Colors of #ede32c

#ede32c #97ed2c #ed832c

Monochromatic Colors of #ede32c

#ede32c

Complementary Color

#ede32c #2c36ed

#ede32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede32c Color CSS Codes

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

#ede32c Text Font Color

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

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


#ede32c Background Color

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

This div background color is #ede32c


#ede32c Border Color

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

This div border color is #ede32c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede32c


Comments

No comments written yet.

Please login to write comment.