Color Hex Logo

#edac38 Color Hex

#EDAC38
(237,172,56)
0 Favorites   0 Comments

Color spaces of #edac38

RGB 23717256
HSL0.110.830.57
HSV38°76°93°
CMYK 0.000.270.76   0.07
XYZ50.391447.795110.3108
Yxy47.79510.46440.4405
Hunter Lab69.13409.123239.5512
CIE-Lab74.695513.748865.2109

#edac38 color RGB value is (237,172,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 00111000
Octal 355 254 70
Decimal 237 172 56
Hex ED AC 38

RGB Percentages of Color #edac38

%50.97
%36.99
%12.04

CMYK Percentages of Color #edac38

%0
%27
%76
%7

Triadic Colors of #edac38

#edac38 #38edac #ac38ed

Analogous Colors of #edac38

#edac38 #d4ed38 #ed5238

Monochromatic Colors of #edac38

#edac38

Complementary Color

#edac38 #3879ed

#edac38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac38 Color CSS Codes

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

#edac38 Text Font Color

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

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


#edac38 Background Color

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

This div background color is #edac38


#edac38 Border Color

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

This div border color is #edac38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac38


Comments

No comments written yet.

Please login to write comment.