Color Hex Logo

#ebd906 Color Hex

#EBD906
(235,217,6)
0 Favorites   0 Comments

Color spaces of #ebd906

RGB 2352176
HSL0.150.950.47
HSV55°97°92°
CMYK 0.000.080.97   0.08
XYZ59.106767.301010.0474
Yxy67.30100.43320.4932
Hunter Lab82.0372-14.958250.1646
CIE-Lab85.6557-11.392584.8908

#ebd906 color RGB value is (235,217,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 00000110
Octal 353 331 6
Decimal 235 217 6
Hex EB D9 6

RGB Percentages of Color #ebd906

%51.31
%47.38
%1.31

CMYK Percentages of Color #ebd906

%0
%8
%97
%8

Triadic Colors of #ebd906

#ebd906 #06ebd9 #d906eb

Analogous Colors of #ebd906

#ebd906 #8beb06 #eb6706

Monochromatic Colors of #ebd906

#ebd906

Complementary Color

#ebd906 #0618eb

#ebd906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd906 Color CSS Codes

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

#ebd906 Text Font Color

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

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


#ebd906 Background Color

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

This div background color is #ebd906


#ebd906 Border Color

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

This div border color is #ebd906


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,217,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd906


Comments

No comments written yet.

Please login to write comment.