Color Hex Logo

#edb923 Color Hex

#EDB923
(237,185,35)
0 Favorites   0 Comments

Color spaces of #edb923

RGB 23718535
HSL0.120.850.53
HSV45°85°93°
CMYK 0.000.220.85   0.07
XYZ52.577452.82389.0150
Yxy52.82380.45950.4617
Hunter Lab72.68001.938643.5218
CIE-Lab77.77096.262174.5043

#edb923 color RGB value is (237,185,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 00100011
Octal 355 271 43
Decimal 237 185 35
Hex ED B9 23

RGB Percentages of Color #edb923

%51.86
%40.48
%7.66

CMYK Percentages of Color #edb923

%0
%22
%85
%7

Triadic Colors of #edb923

#edb923 #23edb9 #b923ed

Analogous Colors of #edb923

#edb923 #bced23 #ed5423

Monochromatic Colors of #edb923

#edb923

Complementary Color

#edb923 #2357ed

#edb923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb923 Color CSS Codes

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

#edb923 Text Font Color

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

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


#edb923 Background Color

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

This div background color is #edb923


#edb923 Border Color

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

This div border color is #edb923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb923


Comments

No comments written yet.

Please login to write comment.