Color Hex Logo

#ebd28f Color Hex

#EBD28F
(235,210,143)
0 Favorites   0 Comments

Color spaces of #ebd28f

RGB 235210143
HSL0.120.700.74
HSV44°39°92°
CMYK 0.000.110.39   0.08
XYZ62.265565.738535.3937
Yxy65.73850.38110.4023
Hunter Lab81.0793-4.808230.8735
CIE-Lab84.8629-0.503836.3859

#ebd28f color RGB value is (235,210,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 10001111
Octal 353 322 217
Decimal 235 210 143
Hex EB D2 8F

RGB Percentages of Color #ebd28f

%39.97
%35.71
%24.32

CMYK Percentages of Color #ebd28f

%0
%11
%39
%8

Triadic Colors of #ebd28f

#ebd28f #8febd2 #d28feb

Analogous Colors of #ebd28f

#ebd28f #d6eb8f #eba48f

Monochromatic Colors of #ebd28f

#ebd28f

Complementary Color

#ebd28f #8fa8eb

#ebd28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd28f Color CSS Codes

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

#ebd28f Text Font Color

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

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


#ebd28f Background Color

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

This div background color is #ebd28f


#ebd28f Border Color

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

This div border color is #ebd28f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,210,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 #ebd28f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd28f


Comments

No comments written yet.

Please login to write comment.