Color Hex Logo

#ebc081 Color Hex

#EBC081
(235,192,129)
0 Favorites   0 Comments

Color spaces of #ebc081

RGB 235192129
HSL0.100.730.71
HSV36°45°92°
CMYK 0.000.180.45   0.08
XYZ57.073056.946428.7526
Yxy56.94640.39970.3989
Hunter Lab75.46282.940730.2335
CIE-Lab80.14947.389537.4624

#ebc081 color RGB value is (235,192,129).

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

The process color (four color CMYK) of #ebc081 color hex is 0.00, 0.18, 0.45, 0.08. Web safe color of #ebc081 is #ffcc99. Color #ebc081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000000 10000001
Octal 353 300 201
Decimal 235 192 129
Hex EB C0 81

RGB Percentages of Color #ebc081

%42.27
%34.53
%23.20

CMYK Percentages of Color #ebc081

%0
%18
%45
%8

Triadic Colors of #ebc081

#ebc081 #81ebc0 #c081eb

Analogous Colors of #ebc081

#ebc081 #e1eb81 #eb8b81

Monochromatic Colors of #ebc081

#ebc081

Complementary Color

#ebc081 #81aceb

#ebc081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc081 Color CSS Codes

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

#ebc081 Text Font Color

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

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


#ebc081 Background Color

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

This div background color is #ebc081


#ebc081 Border Color

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

This div border color is #ebc081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc081


Comments

No comments written yet.

Please login to write comment.