Color Hex Logo

#ebd303 Color Hex

#EBD303
(235,211,3)
0 Favorites   0 Comments

Color spaces of #ebd303

RGB 2352113
HSL0.150.970.47
HSV54°99°92°
CMYK 0.000.100.99   0.08
XYZ57.571764.25739.4547
Yxy64.25730.43850.4895
Hunter Lab80.1607-12.081749.1194
CIE-Lab84.0996-8.411884.0210

#ebd303 color RGB value is (235,211,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 00000011
Octal 353 323 3
Decimal 235 211 3
Hex EB D3 3

RGB Percentages of Color #ebd303

%52.34
%46.99
%0.67

CMYK Percentages of Color #ebd303

%0
%10
%99
%8

Triadic Colors of #ebd303

#ebd303 #03ebd3 #d303eb

Analogous Colors of #ebd303

#ebd303 #8feb03 #eb5f03

Monochromatic Colors of #ebd303

#ebd303

Complementary Color

#ebd303 #031beb

#ebd303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd303 Color CSS Codes

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

#ebd303 Text Font Color

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

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


#ebd303 Background Color

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

This div background color is #ebd303


#ebd303 Border Color

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

This div border color is #ebd303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd303


Comments

No comments written yet.

Please login to write comment.