Color Hex Logo

#edc430 Color Hex

#EDC430
(237,196,48)
0 Favorites   0 Comments

Color spaces of #edc430

RGB 23719648
HSL0.130.840.56
HSV47°80°93°
CMYK 0.000.170.80   0.07
XYZ55.198557.697811.0238
Yxy57.69780.44540.4656
Hunter Lab75.9591-3.214744.5667
CIE-Lab80.57050.905073.2856

#edc430 color RGB value is (237,196,48).

#edc430 hex color red value is 237, green value is 196 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #edc430 hue: 0.13 , saturation: 0.84 and the lightness value of edc430 is 0.56.

The process color (four color CMYK) of #edc430 color hex is 0.00, 0.17, 0.80, 0.07. Web safe color of #edc430 is #ffcc33. Color #edc430 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 00110000
Octal 355 304 60
Decimal 237 196 48
Hex ED C4 30

RGB Percentages of Color #edc430

%49.27
%40.75
%9.98

CMYK Percentages of Color #edc430

%0
%17
%80
%7

Triadic Colors of #edc430

#edc430 #30edc4 #c430ed

Analogous Colors of #edc430

#edc430 #b8ed30 #ed6630

Monochromatic Colors of #edc430

#edc430

Complementary Color

#edc430 #3059ed

#edc430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc430 Color CSS Codes

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

#edc430 Text Font Color

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

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


#edc430 Background Color

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

This div background color is #edc430


#edc430 Border Color

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

This div border color is #edc430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc430


Comments

No comments written yet.

Please login to write comment.