Color Hex Logo

#edbd51 Color Hex

#EDBD51
(237,189,81)
0 Favorites   0 Comments

Color spaces of #edbd51

RGB 23718981
HSL0.120.810.62
HSV42°66°93°
CMYK 0.000.200.66   0.07
XYZ54.607954.993815.5213
Yxy54.99380.43640.4395
Hunter Lab74.15781.666739.5010
CIE-Lab79.03776.018759.3814

#edbd51 color RGB value is (237,189,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 01010001
Octal 355 275 121
Decimal 237 189 81
Hex ED BD 51

RGB Percentages of Color #edbd51

%46.75
%37.28
%15.98

CMYK Percentages of Color #edbd51

%0
%20
%66
%7

Triadic Colors of #edbd51

#edbd51 #51edbd #bd51ed

Analogous Colors of #edbd51

#edbd51 #cfed51 #ed6f51

Monochromatic Colors of #edbd51

#edbd51

Complementary Color

#edbd51 #5181ed

#edbd51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbd51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbd51 Color CSS Codes

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

#edbd51 Text Font Color

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

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


#edbd51 Background Color

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

This div background color is #edbd51


#edbd51 Border Color

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

This div border color is #edbd51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbd51


Comments

No comments written yet.

Please login to write comment.