Color Hex Logo

#edd630 Color Hex

#EDD630
(237,214,48)
0 Favorites   0 Comments

Color spaces of #edd630

RGB 23721448
HSL0.150.840.56
HSV53°80°93°
CMYK 0.000.100.80   0.07
XYZ59.505166.311112.4594
Yxy66.31110.43030.4796
Hunter Lab81.4316-12.068847.9305
CIE-Lab85.1549-8.276877.3072

#edd630 color RGB value is (237,214,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 00110000
Octal 355 326 60
Decimal 237 214 48
Hex ED D6 30

RGB Percentages of Color #edd630

%47.49
%42.89
%9.62

CMYK Percentages of Color #edd630

%0
%10
%80
%7

Triadic Colors of #edd630

#edd630 #30edd6 #d630ed

Analogous Colors of #edd630

#edd630 #a6ed30 #ed7830

Monochromatic Colors of #edd630

#edd630

Complementary Color

#edd630 #3047ed

#edd630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd630 Color CSS Codes

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

#edd630 Text Font Color

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

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


#edd630 Background Color

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

This div background color is #edd630


#edd630 Border Color

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

This div border color is #edd630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd630


Comments

No comments written yet.

Please login to write comment.