Color Hex Logo

#ebde58 Color Hex

#EBDE58
(235,222,88)
0 Favorites   0 Comments

Color spaces of #ebde58

RGB 23522288
HSL0.150.790.63
HSV55°63°92°
CMYK 0.000.060.63   0.08
XYZ62.143770.609319.5862
Yxy70.60930.40790.4635
Hunter Lab84.0293-15.042145.0008
CIE-Lab87.2948-11.269865.1947

#ebde58 color RGB value is (235,222,88).

#ebde58 hex color red value is 235, green value is 222 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ebde58 hue: 0.15 , saturation: 0.79 and the lightness value of ebde58 is 0.63.

The process color (four color CMYK) of #ebde58 color hex is 0.00, 0.06, 0.63, 0.08. Web safe color of #ebde58 is #ffcc66. Color #ebde58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 01011000
Octal 353 336 130
Decimal 235 222 88
Hex EB DE 58

RGB Percentages of Color #ebde58

%43.12
%40.73
%16.15

CMYK Percentages of Color #ebde58

%0
%6
%63
%8

Triadic Colors of #ebde58

#ebde58 #58ebde #de58eb

Analogous Colors of #ebde58

#ebde58 #afeb58 #eb9558

Monochromatic Colors of #ebde58

#ebde58

Complementary Color

#ebde58 #5865eb

#ebde58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebde58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebde58 Color CSS Codes

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

#ebde58 Text Font Color

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

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


#ebde58 Background Color

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

This div background color is #ebde58


#ebde58 Border Color

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

This div border color is #ebde58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebde58


Comments

No comments written yet.

Please login to write comment.