Color Hex Logo

#edb14a Color Hex

#EDB14A
(237,177,74)
0 Favorites   0 Comments

Color spaces of #edb14a

RGB 23717774
HSL0.110.820.61
HSV38°69°93°
CMYK 0.000.250.69   0.07
XYZ51.883249.943213.3840
Yxy49.94320.45030.4335
Hunter Lab70.67057.373538.2407
CIE-Lab76.034411.932559.2375

#edb14a color RGB value is (237,177,74).

#edb14a hex color red value is 237, green value is 177 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #edb14a hue: 0.11 , saturation: 0.82 and the lightness value of edb14a is 0.61.

The process color (four color CMYK) of #edb14a color hex is 0.00, 0.25, 0.69, 0.07. Web safe color of #edb14a is #ff9933. Color #edb14a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 01001010
Octal 355 261 112
Decimal 237 177 74
Hex ED B1 4A

RGB Percentages of Color #edb14a

%48.57
%36.27
%15.16

CMYK Percentages of Color #edb14a

%0
%25
%69
%7

Triadic Colors of #edb14a

#edb14a #4aedb1 #b14aed

Analogous Colors of #edb14a

#edb14a #d8ed4a #ed604a

Monochromatic Colors of #edb14a

#edb14a

Complementary Color

#edb14a #4a86ed

#edb14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb14a Color CSS Codes

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

#edb14a Text Font Color

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

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


#edb14a Background Color

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

This div background color is #edb14a


#edb14a Border Color

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

This div border color is #edb14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb14a


Comments

No comments written yet.

Please login to write comment.