Color Hex Logo

#edd732 Color Hex

#EDD732
(237,215,50)
0 Favorites   0 Comments

Color spaces of #edd732

RGB 23721550
HSL0.150.840.56
HSV53°79°93°
CMYK 0.000.090.79   0.07
XYZ59.801266.835712.7663
Yxy66.83570.42900.4794
Hunter Lab81.7531-12.497847.9686
CIE-Lab85.4209-8.715376.9751

#edd732 color RGB value is (237,215,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 00110010
Octal 355 327 62
Decimal 237 215 50
Hex ED D7 32

RGB Percentages of Color #edd732

%47.21
%42.83
%9.96

CMYK Percentages of Color #edd732

%0
%9
%79
%7

Triadic Colors of #edd732

#edd732 #32edd7 #d732ed

Analogous Colors of #edd732

#edd732 #a6ed32 #ed7a32

Monochromatic Colors of #edd732

#edd732

Complementary Color

#edd732 #3248ed

#edd732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd732 Color CSS Codes

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

#edd732 Text Font Color

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

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


#edd732 Background Color

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

This div background color is #edd732


#edd732 Border Color

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

This div border color is #edd732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd732


Comments

No comments written yet.

Please login to write comment.