Color Hex Logo

#ede329 Color Hex

#EDE329
(237,227,41)
0 Favorites   0 Comments

Color spaces of #ede329

RGB 23722741
HSL0.160.840.55
HSV57°83°93°
CMYK 0.000.040.83   0.07
XYZ62.794473.102812.8985
Yxy73.10280.42200.4913
Hunter Lab85.5002-18.528550.9057
CIE-Lab88.4967-14.941081.9415

#ede329 color RGB value is (237,227,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 00101001
Octal 355 343 51
Decimal 237 227 41
Hex ED E3 29

RGB Percentages of Color #ede329

%46.93
%44.95
%8.12

CMYK Percentages of Color #ede329

%0
%4
%83
%7

Triadic Colors of #ede329

#ede329 #29ede3 #e329ed

Analogous Colors of #ede329

#ede329 #95ed29 #ed8129

Monochromatic Colors of #ede329

#ede329

Complementary Color

#ede329 #2933ed

#ede329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede329 Color CSS Codes

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

#ede329 Text Font Color

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

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


#ede329 Background Color

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

This div background color is #ede329


#ede329 Border Color

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

This div border color is #ede329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede329


Comments

No comments written yet.

Please login to write comment.