Color Hex Logo

#ebcb82 Color Hex

#EBCB82
(235,203,130)
0 Favorites   0 Comments

Color spaces of #ebcb82

RGB 235203130
HSL0.120.720.72
HSV42°45°92°
CMYK 0.000.140.45   0.08
XYZ59.646261.985729.9398
Yxy61.98570.39350.4090
Hunter Lab78.7310-2.548632.5649
CIE-Lab82.90581.755140.4725

#ebcb82 color RGB value is (235,203,130).

#ebcb82 hex color red value is 235, green value is 203 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ebcb82 hue: 0.12 , saturation: 0.72 and the lightness value of ebcb82 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 10000010
Octal 353 313 202
Decimal 235 203 130
Hex EB CB 82

RGB Percentages of Color #ebcb82

%41.37
%35.74
%22.89

CMYK Percentages of Color #ebcb82

%0
%14
%45
%8

Triadic Colors of #ebcb82

#ebcb82 #82ebcb #cb82eb

Analogous Colors of #ebcb82

#ebcb82 #d7eb82 #eb9782

Monochromatic Colors of #ebcb82

#ebcb82

Complementary Color

#ebcb82 #82a2eb

#ebcb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb82 Color CSS Codes

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

#ebcb82 Text Font Color

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

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


#ebcb82 Background Color

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

This div background color is #ebcb82


#ebcb82 Border Color

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

This div border color is #ebcb82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb82


Comments

No comments written yet.

Please login to write comment.