Color Hex Logo

#edba51 Color Hex

#EDBA51
(237,186,81)
0 Favorites   0 Comments

Color spaces of #edba51

RGB 23718681
HSL0.110.810.62
HSV40°66°93°
CMYK 0.000.220.66   0.07
XYZ53.969253.716415.3084
Yxy53.71640.43880.4367
Hunter Lab73.29153.180938.9201
CIE-Lab78.29617.588458.5827

#edba51 color RGB value is (237,186,81).

#edba51 hex color red value is 237, green value is 186 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #edba51 hue: 0.11 , saturation: 0.81 and the lightness value of edba51 is 0.62.

The process color (four color CMYK) of #edba51 color hex is 0.00, 0.22, 0.66, 0.07. Web safe color of #edba51 is #ffcc66. Color #edba51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 01010001
Octal 355 272 121
Decimal 237 186 81
Hex ED BA 51

RGB Percentages of Color #edba51

%47.02
%36.90
%16.07

CMYK Percentages of Color #edba51

%0
%22
%66
%7

Triadic Colors of #edba51

#edba51 #51edba #ba51ed

Analogous Colors of #edba51

#edba51 #d2ed51 #ed6c51

Monochromatic Colors of #edba51

#edba51

Complementary Color

#edba51 #5184ed

#edba51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edba51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edba51 Color CSS Codes

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

#edba51 Text Font Color

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

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


#edba51 Background Color

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

This div background color is #edba51


#edba51 Border Color

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

This div border color is #edba51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edba51


Comments

No comments written yet.

Please login to write comment.