Color Hex Logo

#edba40 Color Hex

#EDBA40
(237,186,64)
0 Favorites   0 Comments

Color spaces of #edba40

RGB 23718664
HSL0.120.830.59
HSV42°73°93°
CMYK 0.000.220.73   0.07
XYZ53.409453.492512.3606
Yxy53.49250.44780.4485
Hunter Lab73.13862.357041.1768
CIE-Lab78.16496.717465.5129

#edba40 color RGB value is (237,186,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 01000000
Octal 355 272 100
Decimal 237 186 64
Hex ED BA 40

RGB Percentages of Color #edba40

%48.67
%38.19
%13.14

CMYK Percentages of Color #edba40

%0
%22
%73
%7

Triadic Colors of #edba40

#edba40 #40edba #ba40ed

Analogous Colors of #edba40

#edba40 #caed40 #ed6440

Monochromatic Colors of #edba40

#edba40

Complementary Color

#edba40 #4073ed

#edba40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edba40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edba40 Color CSS Codes

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

#edba40 Text Font Color

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

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


#edba40 Background Color

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

This div background color is #edba40


#edba40 Border Color

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

This div border color is #edba40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edba40


Comments

No comments written yet.

Please login to write comment.