Color Hex Logo

#edba15 Color Hex

#EDBA15
(237,186,21)
0 Favorites   0 Comments

Color spaces of #edba15

RGB 23718621
HSL0.130.860.51
HSV46°91°93°
CMYK 0.000.220.91   0.07
XYZ52.619353.17658.2002
Yxy53.17650.46160.4665
Hunter Lab72.92221.188444.3783
CIE-Lab77.97915.473577.5728

#edba15 color RGB value is (237,186,21).

#edba15 hex color red value is 237, green value is 186 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #edba15 hue: 0.13 , saturation: 0.86 and the lightness value of edba15 is 0.51.

The process color (four color CMYK) of #edba15 color hex is 0.00, 0.22, 0.91, 0.07. Web safe color of #edba15 is #ffcc00. Color #edba15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 00010101
Octal 355 272 25
Decimal 237 186 21
Hex ED BA 15

RGB Percentages of Color #edba15

%53.38
%41.89
%4.73

CMYK Percentages of Color #edba15

%0
%22
%91
%7

Triadic Colors of #edba15

#edba15 #15edba #ba15ed

Analogous Colors of #edba15

#edba15 #b4ed15 #ed4e15

Monochromatic Colors of #edba15

#edba15

Complementary Color

#edba15 #1548ed

#edba15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edba15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edba15 Color CSS Codes

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

#edba15 Text Font Color

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

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


#edba15 Background Color

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

This div background color is #edba15


#edba15 Border Color

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

This div border color is #edba15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edba15


Comments

No comments written yet.

Please login to write comment.