Color Hex Logo

#ebd628 Color Hex

#EBD628
(235,214,40)
0 Favorites   0 Comments

Color spaces of #ebd628

RGB 23521440
HSL0.150.830.54
HSV54°83°92°
CMYK 0.000.090.83   0.08
XYZ58.690565.908511.6358
Yxy65.90850.43080.4838
Hunter Lab81.1841-13.028848.3310
CIE-Lab84.9497-9.353579.1420

#ebd628 color RGB value is (235,214,40).

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

The process color (four color CMYK) of #ebd628 color hex is 0.00, 0.09, 0.83, 0.08. Web safe color of #ebd628 is #ffcc33. Color #ebd628 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 00101000
Octal 353 326 50
Decimal 235 214 40
Hex EB D6 28

RGB Percentages of Color #ebd628

%48.06
%43.76
%8.18

CMYK Percentages of Color #ebd628

%0
%9
%83
%8

Triadic Colors of #ebd628

#ebd628 #28ebd6 #d628eb

Analogous Colors of #ebd628

#ebd628 #9feb28 #eb7528

Monochromatic Colors of #ebd628

#ebd628

Complementary Color

#ebd628 #283deb

#ebd628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd628 Color CSS Codes

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

#ebd628 Text Font Color

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

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


#ebd628 Background Color

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

This div background color is #ebd628


#ebd628 Border Color

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

This div border color is #ebd628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd628


Comments

No comments written yet.

Please login to write comment.