Color Hex Logo

#ebb882 Color Hex

#EBB882
(235,184,130)
0 Favorites   0 Comments

Color spaces of #ebb882

RGB 235184130
HSL0.090.720.72
HSV31°45°92°
CMYK 0.000.220.45   0.08
XYZ55.430753.554928.5347
Yxy53.55490.40310.3894
Hunter Lab73.18127.136728.1086
CIE-Lab78.201511.700334.4288

#ebb882 color RGB value is (235,184,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 10000010
Octal 353 270 202
Decimal 235 184 130
Hex EB B8 82

RGB Percentages of Color #ebb882

%42.81
%33.52
%23.68

CMYK Percentages of Color #ebb882

%0
%22
%45
%8

Triadic Colors of #ebb882

#ebb882 #82ebb8 #b882eb

Analogous Colors of #ebb882

#ebb882 #eaeb82 #eb8482

Monochromatic Colors of #ebb882

#ebb882

Complementary Color

#ebb882 #82b5eb

#ebb882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb882 Color CSS Codes

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

#ebb882 Text Font Color

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

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


#ebb882 Background Color

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

This div background color is #ebb882


#ebb882 Border Color

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

This div border color is #ebb882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb882


Comments

No comments written yet.

Please login to write comment.