Color Hex Logo

#edb33a Color Hex

#EDB33A
(237,179,58)
0 Favorites   0 Comments

Color spaces of #edb33a

RGB 23717958
HSL0.110.830.58
HSV41°76°93°
CMYK 0.000.240.76   0.07
XYZ51.808950.550211.0295
Yxy50.55020.45690.4458
Hunter Lab71.09875.648540.5714
CIE-Lab76.405710.136666.0889

#edb33a color RGB value is (237,179,58).

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

The process color (four color CMYK) of #edb33a color hex is 0.00, 0.24, 0.76, 0.07. Web safe color of #edb33a is #ffcc33. Color #edb33a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 00111010
Octal 355 263 72
Decimal 237 179 58
Hex ED B3 3A

RGB Percentages of Color #edb33a

%50.00
%37.76
%12.24

CMYK Percentages of Color #edb33a

%0
%24
%76
%7

Triadic Colors of #edb33a

#edb33a #3aedb3 #b33aed

Analogous Colors of #edb33a

#edb33a #ceed3a #ed5a3a

Monochromatic Colors of #edb33a

#edb33a

Complementary Color

#edb33a #3a74ed

#edb33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb33a Color CSS Codes

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

#edb33a Text Font Color

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

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


#edb33a Background Color

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

This div background color is #edb33a


#edb33a Border Color

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

This div border color is #edb33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb33a


Comments

No comments written yet.

Please login to write comment.