color codes Logo

#edb93c color codes

#EDB93C
(237,185,60)
0 Favorites   0 Comments

Color spaces of #edb93c

RGB 23718560
HSL0.120.830.58
HSV42°75°93°
CMYK 0.000.220.75   0.07
XYZ53.089653.028711.7124
Yxy53.02870.45060.4500
Hunter Lab72.82082.698041.4384
CIE-Lab77.89197.068766.7656

#edb93c color RGB value is (237,185,60).

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

The process color (four color CMYK) of #edb93c color code is 0.00, 0.22, 0.75, 0.07. Web safe color of #edb93c is #ffcc33. Color #edb93c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 00111100
Octal 355 271 74
Decimal 237 185 60
Hex ED B9 3C

RGB Percentages of Color #edb93c

%49.17
%38.38
%12.45

CMYK Percentages of Color #edb93c

%0
%22
%75
%7

Triadic Colors of #edb93c

#edb93c #3cedb9 #b93ced

Analogous Colors of #edb93c

#edb93c #c9ed3c #ed613c

Monochromatic Colors of #edb93c

#edb93c

Complementary Color

#edb93c #3c70ed

#edb93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb93c Color CSS Codes

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

#edb93c Text Font Color

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

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


#edb93c Background Color

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

This div background color is #edb93c


#edb93c Border Color

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

This div border color is #edb93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb93c


Comments

No comments written yet.

Please login to write comment.