Color Hex Logo

#edba3a Color Hex

#EDBA3A
(237,186,58)
0 Favorites   0 Comments

Color spaces of #edba3a

RGB 23718658
HSL0.120.830.58
HSV43°76°93°
CMYK 0.000.220.76   0.07
XYZ53.247753.427811.5091
Yxy53.42780.45050.4521
Hunter Lab73.09432.118541.8305
CIE-Lab78.12696.464367.7242

#edba3a color RGB value is (237,186,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 00111010
Octal 355 272 72
Decimal 237 186 58
Hex ED BA 3A

RGB Percentages of Color #edba3a

%49.27
%38.67
%12.06

CMYK Percentages of Color #edba3a

%0
%22
%76
%7

Triadic Colors of #edba3a

#edba3a #3aedba #ba3aed

Analogous Colors of #edba3a

#edba3a #c7ed3a #ed613a

Monochromatic Colors of #edba3a

#edba3a

Complementary Color

#edba3a #3a6ded

#edba3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edba3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edba3a Color CSS Codes

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

#edba3a Text Font Color

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

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


#edba3a Background Color

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

This div background color is #edba3a


#edba3a Border Color

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

This div border color is #edba3a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,186,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 #edba3a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edba3a


Comments

No comments written yet.

Please login to write comment.