Color Hex Logo

#ebd401 Color Hex

#EBD401
(235,212,1)
0 Favorites   0 Comments

Color spaces of #ebd401

RGB 2352121
HSL0.150.990.46
HSV54°100°92°
CMYK 0.000.101.00   0.08
XYZ57.809964.75139.4801
Yxy64.75130.43780.4904
Hunter Lab80.4682-12.581549.3427
CIE-Lab84.3554-8.932084.3829

#ebd401 color RGB value is (235,212,1).

#ebd401 hex color red value is 235, green value is 212 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ebd401 hue: 0.15 , saturation: 0.99 and the lightness value of ebd401 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 00000001
Octal 353 324 1
Decimal 235 212 1
Hex EB D4 1

RGB Percentages of Color #ebd401

%52.46
%47.32
%0.22

CMYK Percentages of Color #ebd401

%0
%10
%100
%8

Triadic Colors of #ebd401

#ebd401 #01ebd4 #d401eb

Analogous Colors of #ebd401

#ebd401 #8deb01 #eb5f01

Monochromatic Colors of #ebd401

#ebd401

Complementary Color

#ebd401 #0118eb

#ebd401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd401 Color CSS Codes

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

#ebd401 Text Font Color

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

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


#ebd401 Background Color

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

This div background color is #ebd401


#ebd401 Border Color

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

This div border color is #ebd401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd401


Comments

No comments written yet.

Please login to write comment.