Color Hex Logo

#ebdf6e Color Hex

#EBDF6E
(235,223,110)
0 Favorites   0 Comments

Color spaces of #ebdf6e

RGB 235223110
HSL0.150.760.68
HSV54°53°92°
CMYK 0.000.050.53   0.08
XYZ63.463171.563325.2201
Yxy71.56330.39600.4466
Hunter Lab84.5951-14.131041.5406
CIE-Lab87.7580-10.216356.0665

#ebdf6e color RGB value is (235,223,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 01101110
Octal 353 337 156
Decimal 235 223 110
Hex EB DF 6E

RGB Percentages of Color #ebdf6e

%41.37
%39.26
%19.37

CMYK Percentages of Color #ebdf6e

%0
%5
%53
%8

Triadic Colors of #ebdf6e

#ebdf6e #6eebdf #df6eeb

Analogous Colors of #ebdf6e

#ebdf6e #b9eb6e #eba16e

Monochromatic Colors of #ebdf6e

#ebdf6e

Complementary Color

#ebdf6e #6e7aeb

#ebdf6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf6e Color CSS Codes

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

#ebdf6e Text Font Color

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

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


#ebdf6e Background Color

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

This div background color is #ebdf6e


#ebdf6e Border Color

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

This div border color is #ebdf6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf6e


Comments

No comments written yet.

Please login to write comment.