Color Hex Logo

#ebdb14 Color Hex

#EBDB14
(235,219,20)
0 Favorites   0 Comments

Color spaces of #ebdb14

RGB 23521920
HSL0.150.840.50
HSV56°91°92°
CMYK 0.000.070.91   0.08
XYZ59.718768.375710.7121
Yxy68.37570.43020.4926
Hunter Lab82.6896-15.793550.2019
CIE-Lab86.1940-12.244683.8682

#ebdb14 color RGB value is (235,219,20).

#ebdb14 hex color red value is 235, green value is 219 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ebdb14 hue: 0.15 , saturation: 0.84 and the lightness value of ebdb14 is 0.50.

The process color (four color CMYK) of #ebdb14 color hex is 0.00, 0.07, 0.91, 0.08. Web safe color of #ebdb14 is #ffcc00. Color #ebdb14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 00010100
Octal 353 333 24
Decimal 235 219 20
Hex EB DB 14

RGB Percentages of Color #ebdb14

%49.58
%46.20
%4.22

CMYK Percentages of Color #ebdb14

%0
%7
%91
%8

Triadic Colors of #ebdb14

#ebdb14 #14ebdb #db14eb

Analogous Colors of #ebdb14

#ebdb14 #90eb14 #eb7014

Monochromatic Colors of #ebdb14

#ebdb14

Complementary Color

#ebdb14 #1424eb

#ebdb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb14 Color CSS Codes

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

#ebdb14 Text Font Color

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

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


#ebdb14 Background Color

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

This div background color is #ebdb14


#ebdb14 Border Color

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

This div border color is #ebdb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb14


Comments

No comments written yet.

Please login to write comment.