Color Hex Logo

#ebd206 Color Hex

#EBD206
(235,210,6)
0 Favorites   0 Comments

Color spaces of #ebd206

RGB 2352106
HSL0.150.950.47
HSV53°97°92°
CMYK 0.000.110.97   0.08
XYZ57.340463.76859.4587
Yxy63.76850.43920.4884
Hunter Lab79.8552-11.573848.8758
CIE-Lab83.8451-7.882383.5698

#ebd206 color RGB value is (235,210,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 00000110
Octal 353 322 6
Decimal 235 210 6
Hex EB D2 6

RGB Percentages of Color #ebd206

%52.11
%46.56
%1.33

CMYK Percentages of Color #ebd206

%0
%11
%97
%8

Triadic Colors of #ebd206

#ebd206 #06ebd2 #d206eb

Analogous Colors of #ebd206

#ebd206 #92eb06 #eb6006

Monochromatic Colors of #ebd206

#ebd206

Complementary Color

#ebd206 #061feb

#ebd206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd206 Color CSS Codes

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

#ebd206 Text Font Color

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

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


#ebd206 Background Color

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

This div background color is #ebd206


#ebd206 Border Color

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

This div border color is #ebd206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd206


Comments

No comments written yet.

Please login to write comment.