Color Hex Logo

#edbb0b Color Hex

#EDBB0B
(237,187,11)
0 Favorites   0 Comments

Color spaces of #edbb0b

RGB 23718711
HSL0.130.910.49
HSV47°95°93°
CMYK 0.000.210.95   0.07
XYZ52.755853.56937.8760
Yxy53.56930.46200.4691
Hunter Lab73.19110.577744.8536
CIE-Lab78.20994.833379.0989

#edbb0b color RGB value is (237,187,11).

#edbb0b hex color red value is 237, green value is 187 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #edbb0b hue: 0.13 , saturation: 0.91 and the lightness value of edbb0b is 0.49.

The process color (four color CMYK) of #edbb0b color hex is 0.00, 0.21, 0.95, 0.07. Web safe color of #edbb0b is #ffcc00. Color #edbb0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 00001011
Octal 355 273 13
Decimal 237 187 11
Hex ED BB B

RGB Percentages of Color #edbb0b

%54.48
%42.99
%2.53

CMYK Percentages of Color #edbb0b

%0
%21
%95
%7

Triadic Colors of #edbb0b

#edbb0b #0bedbb #bb0bed

Analogous Colors of #edbb0b

#edbb0b #aeed0b #ed4a0b

Monochromatic Colors of #edbb0b

#edbb0b

Complementary Color

#edbb0b #0b3ded

#edbb0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb0b Color CSS Codes

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

#edbb0b Text Font Color

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

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


#edbb0b Background Color

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

This div background color is #edbb0b


#edbb0b Border Color

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

This div border color is #edbb0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb0b


Comments

No comments written yet.

Please login to write comment.