Color Hex Logo

#ebdf6f Color Hex

#EBDF6F
(235,223,111)
0 Favorites   0 Comments

Color spaces of #ebdf6f

RGB 235223111
HSL0.150.760.68
HSV54°53°92°
CMYK 0.000.050.53   0.08
XYZ63.517971.585225.5085
Yxy71.58520.39550.4457
Hunter Lab84.6080-14.058541.3503
CIE-Lab87.7685-10.136255.6183

#ebdf6f color RGB value is (235,223,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 01101111
Octal 353 337 157
Decimal 235 223 111
Hex EB DF 6F

RGB Percentages of Color #ebdf6f

%41.30
%39.19
%19.51

CMYK Percentages of Color #ebdf6f

%0
%5
%53
%8

Triadic Colors of #ebdf6f

#ebdf6f #6febdf #df6feb

Analogous Colors of #ebdf6f

#ebdf6f #b9eb6f #eba16f

Monochromatic Colors of #ebdf6f

#ebdf6f

Complementary Color

#ebdf6f #6f7beb

#ebdf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf6f Color CSS Codes

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

#ebdf6f Text Font Color

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

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


#ebdf6f Background Color

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

This div background color is #ebdf6f


#ebdf6f Border Color

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

This div border color is #ebdf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf6f


Comments

No comments written yet.

Please login to write comment.