Color Hex Logo

#ebd38f Color Hex

#EBD38F
(235,211,143)
0 Favorites   0 Comments

Color spaces of #ebd38f

RGB 235211143
HSL0.120.700.74
HSV44°39°92°
CMYK 0.000.100.39   0.08
XYZ62.513166.233935.4762
Yxy66.23390.38070.4033
Hunter Lab81.3842-5.312431.1238
CIE-Lab85.1156-1.018336.7149

#ebd38f color RGB value is (235,211,143).

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

The process color (four color CMYK) of #ebd38f color hex is 0.00, 0.10, 0.39, 0.08. Web safe color of #ebd38f is #ffcc99. Color #ebd38f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 10001111
Octal 353 323 217
Decimal 235 211 143
Hex EB D3 8F

RGB Percentages of Color #ebd38f

%39.90
%35.82
%24.28

CMYK Percentages of Color #ebd38f

%0
%10
%39
%8

Triadic Colors of #ebd38f

#ebd38f #8febd3 #d38feb

Analogous Colors of #ebd38f

#ebd38f #d5eb8f #eba58f

Monochromatic Colors of #ebd38f

#ebd38f

Complementary Color

#ebd38f #8fa7eb

#ebd38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd38f Color CSS Codes

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

#ebd38f Text Font Color

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

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


#ebd38f Background Color

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

This div background color is #ebd38f


#ebd38f Border Color

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

This div border color is #ebd38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd38f


Comments

No comments written yet.

Please login to write comment.