Color Hex Logo

#edc132 Color Hex

#EDC132
(237,193,50)
0 Favorites   0 Comments

Color spaces of #edc132

RGB 23719350
HSL0.130.840.56
HSV46°79°93°
CMYK 0.000.190.79   0.07
XYZ54.570756.374711.0228
Yxy56.37470.44740.4622
Hunter Lab75.0831-1.660943.8539
CIE-Lab79.82662.523972.0058

#edc132 color RGB value is (237,193,50).

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

The process color (four color CMYK) of #edc132 color hex is 0.00, 0.19, 0.79, 0.07. Web safe color of #edc132 is #ffcc33. Color #edc132 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 00110010
Octal 355 301 62
Decimal 237 193 50
Hex ED C1 32

RGB Percentages of Color #edc132

%49.38
%40.21
%10.42

CMYK Percentages of Color #edc132

%0
%19
%79
%7

Triadic Colors of #edc132

#edc132 #32edc1 #c132ed

Analogous Colors of #edc132

#edc132 #bced32 #ed6432

Monochromatic Colors of #edc132

#edc132

Complementary Color

#edc132 #325eed

#edc132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc132 Color CSS Codes

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

#edc132 Text Font Color

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

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


#edc132 Background Color

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

This div background color is #edc132


#edc132 Border Color

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

This div border color is #edc132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc132


Comments

No comments written yet.

Please login to write comment.