Color Hex Logo

#ebdb5c Color Hex

#EBDB5C
(235,219,92)
0 Favorites   0 Comments

Color spaces of #ebdb5c

RGB 23521992
HSL0.150.780.64
HSV53°61°92°
CMYK 0.000.070.61   0.08
XYZ61.524269.097920.2198
Yxy69.09790.40790.4581
Hunter Lab83.1251-13.354143.7656
CIE-Lab86.5525-9.517062.7103

#ebdb5c color RGB value is (235,219,92).

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

The process color (four color CMYK) of #ebdb5c color hex is 0.00, 0.07, 0.61, 0.08. Web safe color of #ebdb5c is #ffcc66. Color #ebdb5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 01011100
Octal 353 333 134
Decimal 235 219 92
Hex EB DB 5C

RGB Percentages of Color #ebdb5c

%43.04
%40.11
%16.85

CMYK Percentages of Color #ebdb5c

%0
%7
%61
%8

Triadic Colors of #ebdb5c

#ebdb5c #5cebdb #db5ceb

Analogous Colors of #ebdb5c

#ebdb5c #b4eb5c #eb945c

Monochromatic Colors of #ebdb5c

#ebdb5c

Complementary Color

#ebdb5c #5c6ceb

#ebdb5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb5c Color CSS Codes

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

#ebdb5c Text Font Color

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

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


#ebdb5c Background Color

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

This div background color is #ebdb5c


#ebdb5c Border Color

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

This div border color is #ebdb5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb5c


Comments

No comments written yet.

Please login to write comment.