Color Hex Logo

#edb926 Color Hex

#EDB926
(237,185,38)
0 Favorites   0 Comments

Color spaces of #edb926

RGB 23718538
HSL0.120.850.54
HSV44°84°93°
CMYK 0.000.220.84   0.07
XYZ52.623952.84249.2597
Yxy52.84240.45870.4606
Hunter Lab72.69282.007743.3325
CIE-Lab77.78196.335673.7416

#edb926 color RGB value is (237,185,38).

#edb926 hex color red value is 237, green value is 185 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #edb926 hue: 0.12 , saturation: 0.85 and the lightness value of edb926 is 0.54.

The process color (four color CMYK) of #edb926 color hex is 0.00, 0.22, 0.84, 0.07. Web safe color of #edb926 is #ffcc33. Color #edb926 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 00100110
Octal 355 271 46
Decimal 237 185 38
Hex ED B9 26

RGB Percentages of Color #edb926

%51.52
%40.22
%8.26

CMYK Percentages of Color #edb926

%0
%22
%84
%7

Triadic Colors of #edb926

#edb926 #26edb9 #b926ed

Analogous Colors of #edb926

#edb926 #beed26 #ed5626

Monochromatic Colors of #edb926

#edb926

Complementary Color

#edb926 #265aed

#edb926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb926 Color CSS Codes

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

#edb926 Text Font Color

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

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


#edb926 Background Color

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

This div background color is #edb926


#edb926 Border Color

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

This div border color is #edb926


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb926


Comments

No comments written yet.

Please login to write comment.