Color Hex Logo

#ebde3f Color Hex

#EBDE3F
(235,222,63)
0 Favorites   0 Comments

Color spaces of #ebde3f

RGB 23522263
HSL0.150.810.58
HSV55°73°92°
CMYK 0.000.060.73   0.08
XYZ61.279470.263615.0351
Yxy70.26360.41810.4794
Hunter Lab83.8234-16.197848.0417
CIE-Lab87.1260-12.563374.4292

#ebde3f color RGB value is (235,222,63).

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

The process color (four color CMYK) of #ebde3f color hex is 0.00, 0.06, 0.73, 0.08. Web safe color of #ebde3f is #ffcc33. Color #ebde3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 00111111
Octal 353 336 77
Decimal 235 222 63
Hex EB DE 3F

RGB Percentages of Color #ebde3f

%45.19
%42.69
%12.12

CMYK Percentages of Color #ebde3f

%0
%6
%73
%8

Triadic Colors of #ebde3f

#ebde3f #3febde #de3feb

Analogous Colors of #ebde3f

#ebde3f #a2eb3f #eb883f

Monochromatic Colors of #ebde3f

#ebde3f

Complementary Color

#ebde3f #3f4ceb

#ebde3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebde3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebde3f Color CSS Codes

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

#ebde3f Text Font Color

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

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


#ebde3f Background Color

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

This div background color is #ebde3f


#ebde3f Border Color

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

This div border color is #ebde3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebde3f


Comments

No comments written yet.

Please login to write comment.