Color Hex Logo

#edbd0d Color Hex

#EDBD0D
(237,189,13)
0 Favorites   0 Comments

Color spaces of #edbd0d

RGB 23718913
HSL0.130.900.49
HSV47°95°93°
CMYK 0.000.200.95   0.07
XYZ53.195354.42888.0829
Yxy54.42880.45970.4704
Hunter Lab73.7759-0.402345.1473
CIE-Lab78.71113.810979.2396

#edbd0d color RGB value is (237,189,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 00001101
Octal 355 275 15
Decimal 237 189 13
Hex ED BD D

RGB Percentages of Color #edbd0d

%53.99
%43.05
%2.96

CMYK Percentages of Color #edbd0d

%0
%20
%95
%7

Triadic Colors of #edbd0d

#edbd0d #0dedbd #bd0ded

Analogous Colors of #edbd0d

#edbd0d #aded0d #ed4d0d

Monochromatic Colors of #edbd0d

#edbd0d

Complementary Color

#edbd0d #0d3ded

#edbd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbd0d Color CSS Codes

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

#edbd0d Text Font Color

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

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


#edbd0d Background Color

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

This div background color is #edbd0d


#edbd0d Border Color

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

This div border color is #edbd0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,189,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 #edbd0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbd0d

#edbd0d Color Palettes


Comments

No comments written yet.

Please login to write comment.