Color Hex Logo

#ebd285 Color Hex

#EBD285
(235,210,133)
0 Favorites   0 Comments

Color spaces of #ebd285

RGB 235210133
HSL0.130.720.72
HSV45°43°92°
CMYK 0.000.110.43   0.08
XYZ61.541265.448831.5796
Yxy65.44880.38810.4127
Hunter Lab80.9004-5.790333.4864
CIE-Lab84.7145-1.554641.2586

#ebd285 color RGB value is (235,210,133).

#ebd285 hex color red value is 235, green value is 210 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ebd285 hue: 0.13 , saturation: 0.72 and the lightness value of ebd285 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 10000101
Octal 353 322 205
Decimal 235 210 133
Hex EB D2 85

RGB Percentages of Color #ebd285

%40.66
%36.33
%23.01

CMYK Percentages of Color #ebd285

%0
%11
%43
%8

Triadic Colors of #ebd285

#ebd285 #85ebd2 #d285eb

Analogous Colors of #ebd285

#ebd285 #d1eb85 #eb9f85

Monochromatic Colors of #ebd285

#ebd285

Complementary Color

#ebd285 #859eeb

#ebd285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd285 Color CSS Codes

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

#ebd285 Text Font Color

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

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


#ebd285 Background Color

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

This div background color is #ebd285


#ebd285 Border Color

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

This div border color is #ebd285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd285


Comments

No comments written yet.

Please login to write comment.