Color Hex Logo

#edbd07 Color Hex

#EDBD07
(237,189,7)
0 Favorites   0 Comments

Color spaces of #edbd07

RGB 2371897
HSL0.130.940.48
HSV47°97°93°
CMYK 0.000.200.97   0.07
XYZ53.161054.41517.9023
Yxy54.41510.46040.4712
Hunter Lab73.7666-0.452845.2851
CIE-Lab78.70323.756679.8566

#edbd07 color RGB value is (237,189,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 00000111
Octal 355 275 7
Decimal 237 189 7
Hex ED BD 7

RGB Percentages of Color #edbd07

%54.73
%43.65
%1.62

CMYK Percentages of Color #edbd07

%0
%20
%97
%7

Triadic Colors of #edbd07

#edbd07 #07edbd #bd07ed

Analogous Colors of #edbd07

#edbd07 #aaed07 #ed4a07

Monochromatic Colors of #edbd07

#edbd07

Complementary Color

#edbd07 #0737ed

#edbd07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbd07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbd07 Color CSS Codes

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

#edbd07 Text Font Color

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

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


#edbd07 Background Color

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

This div background color is #edbd07


#edbd07 Border Color

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

This div border color is #edbd07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbd07


Comments

No comments written yet.

Please login to write comment.