Color Hex Logo

#ebde14 Color Hex

#EBDE14
(235,222,20)
0 Favorites   0 Comments

Color spaces of #ebde14

RGB 23522220
HSL0.160.840.50
HSV56°91°92°
CMYK 0.000.060.91   0.08
XYZ60.508569.955210.9754
Yxy69.95520.42780.4946
Hunter Lab83.6392-17.233550.7672
CIE-Lab86.9749-13.731084.4643

#ebde14 color RGB value is (235,222,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 00010100
Octal 353 336 24
Decimal 235 222 20
Hex EB DE 14

RGB Percentages of Color #ebde14

%49.27
%46.54
%4.19

CMYK Percentages of Color #ebde14

%0
%6
%91
%8

Triadic Colors of #ebde14

#ebde14 #14ebde #de14eb

Analogous Colors of #ebde14

#ebde14 #8deb14 #eb7314

Monochromatic Colors of #ebde14

#ebde14

Complementary Color

#ebde14 #1421eb

#ebde14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebde14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebde14 Color CSS Codes

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

#ebde14 Text Font Color

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

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


#ebde14 Background Color

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

This div background color is #ebde14


#ebde14 Border Color

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

This div border color is #ebde14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebde14


Comments

No comments written yet.

Please login to write comment.