Color Hex Logo

#edbb0d Color Hex

#EDBB0D
(237,187,13)
0 Favorites   0 Comments

Color spaces of #edbb0d

RGB 23718713
HSL0.130.900.49
HSV47°95°93°
CMYK 0.000.210.95   0.07
XYZ52.768053.57427.9405
Yxy53.57420.46170.4688
Hunter Lab73.19440.595744.8040
CIE-Lab78.21284.852678.8770

#edbb0d color RGB value is (237,187,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 00001101
Octal 355 273 15
Decimal 237 187 13
Hex ED BB D

RGB Percentages of Color #edbb0d

%54.23
%42.79
%2.97

CMYK Percentages of Color #edbb0d

%0
%21
%95
%7

Triadic Colors of #edbb0d

#edbb0d #0dedbb #bb0ded

Analogous Colors of #edbb0d

#edbb0d #afed0d #ed4b0d

Monochromatic Colors of #edbb0d

#edbb0d

Complementary Color

#edbb0d #0d3fed

#edbb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb0d Color CSS Codes

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

#edbb0d Text Font Color

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

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


#edbb0d Background Color

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

This div background color is #edbb0d


#edbb0d Border Color

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

This div border color is #edbb0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb0d


Comments

No comments written yet.

Please login to write comment.