Color Hex Logo

#ebdf6d Color Hex

#EBDF6D
(235,223,109)
0 Favorites   0 Comments

Color spaces of #ebdf6d

RGB 235223109
HSL0.150.760.67
HSV54°54°92°
CMYK 0.000.050.54   0.08
XYZ63.408971.541624.9349
Yxy71.54160.39660.4475
Hunter Lab84.5823-14.202641.7289
CIE-Lab87.7475-10.295556.5132

#ebdf6d color RGB value is (235,223,109).

#ebdf6d hex color red value is 235, green value is 223 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ebdf6d hue: 0.15 , saturation: 0.76 and the lightness value of ebdf6d is 0.67.

The process color (four color CMYK) of #ebdf6d color hex is 0.00, 0.05, 0.54, 0.08. Web safe color of #ebdf6d is #ffcc66. Color #ebdf6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 01101101
Octal 353 337 155
Decimal 235 223 109
Hex EB DF 6D

RGB Percentages of Color #ebdf6d

%41.45
%39.33
%19.22

CMYK Percentages of Color #ebdf6d

%0
%5
%54
%8

Triadic Colors of #ebdf6d

#ebdf6d #6debdf #df6deb

Analogous Colors of #ebdf6d

#ebdf6d #b8eb6d #eba06d

Monochromatic Colors of #ebdf6d

#ebdf6d

Complementary Color

#ebdf6d #6d79eb

#ebdf6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf6d Color CSS Codes

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

#ebdf6d Text Font Color

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

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


#ebdf6d Background Color

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

This div background color is #ebdf6d


#ebdf6d Border Color

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

This div border color is #ebdf6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf6d


Comments

No comments written yet.

Please login to write comment.