Color Hex Logo

#ebdd7b Color Hex

#EBDD7B
(235,221,123)
0 Favorites   0 Comments

Color spaces of #ebdd7b

RGB 235221123
HSL0.150.740.70
HSV53°48°92°
CMYK 0.000.060.48   0.08
XYZ63.692670.805129.0487
Yxy70.80510.38940.4329
Hunter Lab84.1458-12.142838.4340
CIE-Lab87.3902-8.105149.5075

#ebdd7b color RGB value is (235,221,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 01111011
Octal 353 335 173
Decimal 235 221 123
Hex EB DD 7B

RGB Percentages of Color #ebdd7b

%40.59
%38.17
%21.24

CMYK Percentages of Color #ebdd7b

%0
%6
%48
%8

Triadic Colors of #ebdd7b

#ebdd7b #7bebdd #dd7beb

Analogous Colors of #ebdd7b

#ebdd7b #c1eb7b #eba57b

Monochromatic Colors of #ebdd7b

#ebdd7b

Complementary Color

#ebdd7b #7b89eb

#ebdd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdd7b Color CSS Codes

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

#ebdd7b Text Font Color

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

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


#ebdd7b Background Color

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

This div background color is #ebdd7b


#ebdd7b Border Color

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

This div border color is #ebdd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdd7b


Comments

No comments written yet.

Please login to write comment.