Color Hex Logo

#edb23f Color Hex

#EDB23F
(237,178,63)
0 Favorites   0 Comments

Color spaces of #edb23f

RGB 23717863
HSL0.110.830.59
HSV40°73°93°
CMYK 0.000.250.73   0.07
XYZ51.742750.204211.6659
Yxy50.20420.45540.4419
Hunter Lab70.85496.355839.8367
CIE-Lab76.194410.873463.9649

#edb23f color RGB value is (237,178,63).

#edb23f hex color red value is 237, green value is 178 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #edb23f hue: 0.11 , saturation: 0.83 and the lightness value of edb23f is 0.59.

The process color (four color CMYK) of #edb23f color hex is 0.00, 0.25, 0.73, 0.07. Web safe color of #edb23f is #ff9933. Color #edb23f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 00111111
Octal 355 262 77
Decimal 237 178 63
Hex ED B2 3F

RGB Percentages of Color #edb23f

%49.58
%37.24
%13.18

CMYK Percentages of Color #edb23f

%0
%25
%73
%7

Triadic Colors of #edb23f

#edb23f #3fedb2 #b23fed

Analogous Colors of #edb23f

#edb23f #d1ed3f #ed5b3f

Monochromatic Colors of #edb23f

#edb23f

Complementary Color

#edb23f #3f7aed

#edb23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb23f Color CSS Codes

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

#edb23f Text Font Color

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

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


#edb23f Background Color

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

This div background color is #edb23f


#edb23f Border Color

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

This div border color is #edb23f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb23f


Comments

No comments written yet.

Please login to write comment.