Color Hex Logo

#edd738 Color Hex

#EDD738
(237,215,56)
0 Favorites   0 Comments

Color spaces of #edd738

RGB 23721556
HSL0.150.830.57
HSV53°76°93°
CMYK 0.000.090.76   0.07
XYZ59.939366.890913.4935
Yxy66.89090.42720.4767
Hunter Lab81.7869-12.309347.4689
CIE-Lab85.4488-8.506175.1988

#edd738 color RGB value is (237,215,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 00111000
Octal 355 327 70
Decimal 237 215 56
Hex ED D7 38

RGB Percentages of Color #edd738

%46.65
%42.32
%11.02

CMYK Percentages of Color #edd738

%0
%9
%76
%7

Triadic Colors of #edd738

#edd738 #38edd7 #d738ed

Analogous Colors of #edd738

#edd738 #a9ed38 #ed7d38

Monochromatic Colors of #edd738

#edd738

Complementary Color

#edd738 #384eed

#edd738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd738 Color CSS Codes

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

#edd738 Text Font Color

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

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


#edd738 Background Color

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

This div background color is #edd738


#edd738 Border Color

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

This div border color is #edd738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd738


Comments

No comments written yet.

Please login to write comment.