Color Hex Logo

#edac34 Color Hex

#EDAC34
(237,172,52)
0 Favorites   0 Comments

Color spaces of #edac34

RGB 23717252
HSL0.110.840.57
HSV39°78°93°
CMYK 0.000.270.78   0.07
XYZ50.297447.75759.8160
Yxy47.75750.46630.4427
Hunter Lab69.10688.979239.9531
CIE-Lab74.671713.599666.6521

#edac34 color RGB value is (237,172,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 00110100
Octal 355 254 64
Decimal 237 172 52
Hex ED AC 34

RGB Percentages of Color #edac34

%51.41
%37.31
%11.28

CMYK Percentages of Color #edac34

%0
%27
%78
%7

Triadic Colors of #edac34

#edac34 #34edac #ac34ed

Analogous Colors of #edac34

#edac34 #d2ed34 #ed4f34

Monochromatic Colors of #edac34

#edac34

Complementary Color

#edac34 #3475ed

#edac34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac34 Color CSS Codes

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

#edac34 Text Font Color

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

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


#edac34 Background Color

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

This div background color is #edac34


#edac34 Border Color

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

This div border color is #edac34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac34


Comments

No comments written yet.

Please login to write comment.