Color Hex Logo

#ebdb7a Color Hex

#EBDB7A
(235,219,122)
0 Favorites   0 Comments

Color spaces of #ebdb7a

RGB 235219122
HSL0.140.740.70
HSV52°48°92°
CMYK 0.000.070.48   0.08
XYZ63.105369.730328.5456
Yxy69.73030.39100.4321
Hunter Lab83.5047-11.239038.1853
CIE-Lab86.8644-7.187749.3486

#ebdb7a color RGB value is (235,219,122).

#ebdb7a hex color red value is 235, green value is 219 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ebdb7a hue: 0.14 , saturation: 0.74 and the lightness value of ebdb7a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 01111010
Octal 353 333 172
Decimal 235 219 122
Hex EB DB 7A

RGB Percentages of Color #ebdb7a

%40.80
%38.02
%21.18

CMYK Percentages of Color #ebdb7a

%0
%7
%48
%8

Triadic Colors of #ebdb7a

#ebdb7a #7aebdb #db7aeb

Analogous Colors of #ebdb7a

#ebdb7a #c3eb7a #eba37a

Monochromatic Colors of #ebdb7a

#ebdb7a

Complementary Color

#ebdb7a #7a8aeb

#ebdb7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb7a Color CSS Codes

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

#ebdb7a Text Font Color

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

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


#ebdb7a Background Color

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

This div background color is #ebdb7a


#ebdb7a Border Color

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

This div border color is #ebdb7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb7a


Comments

No comments written yet.

Please login to write comment.