Color Hex Logo

#edb73d Color Hex

#EDB73D
(237,183,61)
0 Favorites   0 Comments

Color spaces of #edb73d

RGB 23718361
HSL0.120.830.58
HSV42°74°93°
CMYK 0.000.230.74   0.07
XYZ52.700852.208411.7145
Yxy52.20840.45190.4477
Hunter Lab72.25543.745440.9663
CIE-Lab77.40538.158765.9208

#edb73d color RGB value is (237,183,61).

#edb73d hex color red value is 237, green value is 183 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #edb73d hue: 0.12 , saturation: 0.83 and the lightness value of edb73d is 0.58.

The process color (four color CMYK) of #edb73d color hex is 0.00, 0.23, 0.74, 0.07. Web safe color of #edb73d is #ffcc33. Color #edb73d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 00111101
Octal 355 267 75
Decimal 237 183 61
Hex ED B7 3D

RGB Percentages of Color #edb73d

%49.27
%38.05
%12.68

CMYK Percentages of Color #edb73d

%0
%23
%74
%7

Triadic Colors of #edb73d

#edb73d #3dedb7 #b73ded

Analogous Colors of #edb73d

#edb73d #cbed3d #ed5f3d

Monochromatic Colors of #edb73d

#edb73d

Complementary Color

#edb73d #3d73ed

#edb73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb73d Color CSS Codes

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

#edb73d Text Font Color

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

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


#edb73d Background Color

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

This div background color is #edb73d


#edb73d Border Color

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

This div border color is #edb73d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb73d


Comments

No comments written yet.

Please login to write comment.