Color Hex Logo

#edd146 Color Hex

#EDD146
(237,209,70)
0 Favorites   0 Comments

Color spaces of #edd146

RGB 23720970
HSL0.140.820.60
HSV50°70°93°
CMYK 0.000.120.70   0.07
XYZ58.831064.047615.0561
Yxy64.04760.42650.4643
Hunter Lab80.0297-8.834244.8665
CIE-Lab83.9905-4.879668.9752

#edd146 color RGB value is (237,209,70).

#edd146 hex color red value is 237, green value is 209 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #edd146 hue: 0.14 , saturation: 0.82 and the lightness value of edd146 is 0.60.

The process color (four color CMYK) of #edd146 color hex is 0.00, 0.12, 0.70, 0.07. Web safe color of #edd146 is #ffcc33. Color #edd146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 01000110
Octal 355 321 106
Decimal 237 209 70
Hex ED D1 46

RGB Percentages of Color #edd146

%45.93
%40.50
%13.57

CMYK Percentages of Color #edd146

%0
%12
%70
%7

Triadic Colors of #edd146

#edd146 #46edd1 #d146ed

Analogous Colors of #edd146

#edd146 #b6ed46 #ed7e46

Monochromatic Colors of #edd146

#edd146

Complementary Color

#edd146 #4662ed

#edd146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd146 Color CSS Codes

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

#edd146 Text Font Color

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

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


#edd146 Background Color

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

This div background color is #edd146


#edd146 Border Color

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

This div border color is #edd146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd146


Comments

No comments written yet.

Please login to write comment.