Color Hex Logo

#ebdc03 Color Hex

#EBDC03
(235,220,3)
0 Favorites   0 Comments

Color spaces of #ebdc03

RGB 2352203
HSL0.160.970.47
HSV56°99°92°
CMYK 0.000.060.99   0.08
XYZ59.870668.855110.2210
Yxy68.85510.43090.4956
Hunter Lab82.9790-16.422750.7822
CIE-Lab86.4322-12.908985.7121

#ebdc03 color RGB value is (235,220,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 00000011
Octal 353 334 3
Decimal 235 220 3
Hex EB DC 3

RGB Percentages of Color #ebdc03

%51.31
%48.03
%0.66

CMYK Percentages of Color #ebdc03

%0
%6
%99
%8

Triadic Colors of #ebdc03

#ebdc03 #03ebdc #dc03eb

Analogous Colors of #ebdc03

#ebdc03 #86eb03 #eb6803

Monochromatic Colors of #ebdc03

#ebdc03

Complementary Color

#ebdc03 #0312eb

#ebdc03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdc03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdc03 Color CSS Codes

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

#ebdc03 Text Font Color

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

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


#ebdc03 Background Color

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

This div background color is #ebdc03


#ebdc03 Border Color

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

This div border color is #ebdc03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdc03


Comments

No comments written yet.

Please login to write comment.