Color Hex Logo

#ebd38a Color Hex

#EBD38A
(235,211,138)
0 Favorites   0 Comments

Color spaces of #ebd38a

RGB 235211138
HSL0.130.710.73
HSV45°41°92°
CMYK 0.000.100.41   0.08
XYZ62.142766.085733.5253
Yxy66.08570.38420.4086
Hunter Lab81.2931-5.812632.4540
CIE-Lab85.0401-1.553539.1551

#ebd38a color RGB value is (235,211,138).

#ebd38a hex color red value is 235, green value is 211 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ebd38a hue: 0.13 , saturation: 0.71 and the lightness value of ebd38a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 10001010
Octal 353 323 212
Decimal 235 211 138
Hex EB D3 8A

RGB Percentages of Color #ebd38a

%40.24
%36.13
%23.63

CMYK Percentages of Color #ebd38a

%0
%10
%41
%8

Triadic Colors of #ebd38a

#ebd38a #8aebd3 #d38aeb

Analogous Colors of #ebd38a

#ebd38a #d3eb8a #eba38a

Monochromatic Colors of #ebd38a

#ebd38a

Complementary Color

#ebd38a #8aa2eb

#ebd38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd38a Color CSS Codes

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

#ebd38a Text Font Color

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

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


#ebd38a Background Color

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

This div background color is #ebd38a


#ebd38a Border Color

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

This div border color is #ebd38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd38a


Comments

No comments written yet.

Please login to write comment.