Color Hex Logo

#edbb3e Color Hex

#EDBB3E
(237,187,62)
0 Favorites   0 Comments

Color spaces of #edbb3e

RGB 23718762
HSL0.120.830.59
HSV43°74°93°
CMYK 0.000.210.74   0.07
XYZ53.564953.893012.1366
Yxy53.89300.44790.4506
Hunter Lab73.41191.771641.5864
CIE-Lab78.39936.107066.5056

#edbb3e color RGB value is (237,187,62).

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

The process color (four color CMYK) of #edbb3e color hex is 0.00, 0.21, 0.74, 0.07. Web safe color of #edbb3e is #ffcc33. Color #edbb3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 00111110
Octal 355 273 76
Decimal 237 187 62
Hex ED BB 3E

RGB Percentages of Color #edbb3e

%48.77
%38.48
%12.76

CMYK Percentages of Color #edbb3e

%0
%21
%74
%7

Triadic Colors of #edbb3e

#edbb3e #3eedbb #bb3eed

Analogous Colors of #edbb3e

#edbb3e #c8ed3e #ed643e

Monochromatic Colors of #edbb3e

#edbb3e

Complementary Color

#edbb3e #3e70ed

#edbb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb3e Color CSS Codes

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

#edbb3e Text Font Color

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

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


#edbb3e Background Color

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

This div background color is #edbb3e


#edbb3e Border Color

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

This div border color is #edbb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb3e


Comments

No comments written yet.

Please login to write comment.