Color Hex Logo

#edd830 Color Hex

#EDD830
(237,216,48)
0 Favorites   0 Comments

Color spaces of #edd830

RGB 23721648
HSL0.150.840.56
HSV53°80°93°
CMYK 0.000.090.80   0.07
XYZ60.014467.329712.6291
Yxy67.32970.42880.4810
Hunter Lab82.0547-13.041648.3129
CIE-Lab85.6702-9.281277.7568

#edd830 color RGB value is (237,216,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 00110000
Octal 355 330 60
Decimal 237 216 48
Hex ED D8 30

RGB Percentages of Color #edd830

%47.31
%43.11
%9.58

CMYK Percentages of Color #edd830

%0
%9
%80
%7

Triadic Colors of #edd830

#edd830 #30edd8 #d830ed

Analogous Colors of #edd830

#edd830 #a4ed30 #ed7a30

Monochromatic Colors of #edd830

#edd830

Complementary Color

#edd830 #3045ed

#edd830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd830 Color CSS Codes

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

#edd830 Text Font Color

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

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


#edd830 Background Color

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

This div background color is #edd830


#edd830 Border Color

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

This div border color is #edd830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd830


Comments

No comments written yet.

Please login to write comment.