Color Hex Logo

#ebd607 Color Hex

#EBD607
(235,214,7)
0 Favorites   0 Comments

Color spaces of #ebd607

RGB 2352147
HSL0.150.940.47
HSV54°97°92°
CMYK 0.000.090.97   0.08
XYZ58.345965.77069.8209
Yxy65.77060.43560.4911
Hunter Lab81.0991-13.503449.5895
CIE-Lab84.8793-9.884784.2364

#ebd607 color RGB value is (235,214,7).

#ebd607 hex color red value is 235, green value is 214 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ebd607 hue: 0.15 , saturation: 0.94 and the lightness value of ebd607 is 0.47.

The process color (four color CMYK) of #ebd607 color hex is 0.00, 0.09, 0.97, 0.08. Web safe color of #ebd607 is #ffcc00. Color #ebd607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 00000111
Octal 353 326 7
Decimal 235 214 7
Hex EB D6 7

RGB Percentages of Color #ebd607

%51.54
%46.93
%1.54

CMYK Percentages of Color #ebd607

%0
%9
%97
%8

Triadic Colors of #ebd607

#ebd607 #07ebd6 #d607eb

Analogous Colors of #ebd607

#ebd607 #8eeb07 #eb6407

Monochromatic Colors of #ebd607

#ebd607

Complementary Color

#ebd607 #071ceb

#ebd607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd607 Color CSS Codes

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

#ebd607 Text Font Color

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

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


#ebd607 Background Color

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

This div background color is #ebd607


#ebd607 Border Color

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

This div border color is #ebd607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd607


Comments

No comments written yet.

Please login to write comment.