Color Hex Logo

#ebc985 Color Hex

#EBC985
(235,201,133)
0 Favorites   0 Comments

Color spaces of #ebc985

RGB 235201133
HSL0.110.720.72
HSV40°43°92°
CMYK 0.000.140.43   0.08
XYZ59.381261.128930.8596
Yxy61.12890.39230.4038
Hunter Lab78.1850-1.253631.3277
CIE-Lab82.44803.093638.3647

#ebc985 color RGB value is (235,201,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001001 10000101
Octal 353 311 205
Decimal 235 201 133
Hex EB C9 85

RGB Percentages of Color #ebc985

%41.30
%35.33
%23.37

CMYK Percentages of Color #ebc985

%0
%14
%43
%8

Triadic Colors of #ebc985

#ebc985 #85ebc9 #c985eb

Analogous Colors of #ebc985

#ebc985 #daeb85 #eb9685

Monochromatic Colors of #ebc985

#ebc985

Complementary Color

#ebc985 #85a7eb

#ebc985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc985 Color CSS Codes

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

#ebc985 Text Font Color

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

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


#ebc985 Background Color

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

This div background color is #ebc985


#ebc985 Border Color

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

This div border color is #ebc985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc985


Comments

No comments written yet.

Please login to write comment.