Color Hex Logo

#edac29 Color Hex

#EDAC29
(237,172,41)
0 Favorites   0 Comments

Color spaces of #edac29

RGB 23717241
HSL0.110.840.55
HSV40°83°93°
CMYK 0.000.270.83   0.07
XYZ50.077847.66978.6596
Yxy47.66970.47060.4480
Hunter Lab69.04328.642340.8940
CIE-Lab74.616113.249870.2260

#edac29 color RGB value is (237,172,41).

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

The process color (four color CMYK) of #edac29 color hex is 0.00, 0.27, 0.83, 0.07. Web safe color of #edac29 is #ff9933. Color #edac29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 00101001
Octal 355 254 51
Decimal 237 172 41
Hex ED AC 29

RGB Percentages of Color #edac29

%52.67
%38.22
%9.11

CMYK Percentages of Color #edac29

%0
%27
%83
%7

Triadic Colors of #edac29

#edac29 #29edac #ac29ed

Analogous Colors of #edac29

#edac29 #cced29 #ed4a29

Monochromatic Colors of #edac29

#edac29

Complementary Color

#edac29 #296aed

#edac29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac29 Color CSS Codes

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

#edac29 Text Font Color

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

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


#edac29 Background Color

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

This div background color is #edac29


#edac29 Border Color

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

This div border color is #edac29


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,172,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 #edac29">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac29


Comments

No comments written yet.

Please login to write comment.