Color Hex Logo

#ecb682 Color Hex

#ECB682
(236,182,130)
0 Favorites   0 Comments

Color spaces of #ecb682

RGB 236182130
HSL0.080.740.72
HSV29°45°93°
CMYK 0.000.230.45   0.07
XYZ55.349352.900528.4127
Yxy52.90050.40500.3871
Hunter Lab72.73278.555527.7516
CIE-Lab77.816213.156433.9472

#ecb682 color RGB value is (236,182,130).

#ecb682 hex color red value is 236, green value is 182 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ecb682 hue: 0.08 , saturation: 0.74 and the lightness value of ecb682 is 0.72.

The process color (four color CMYK) of #ecb682 color hex is 0.00, 0.23, 0.45, 0.07. Web safe color of #ecb682 is #ffcc99. Color #ecb682 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 10000010
Octal 354 266 202
Decimal 236 182 130
Hex EC B6 82

RGB Percentages of Color #ecb682

%43.07
%33.21
%23.72

CMYK Percentages of Color #ecb682

%0
%23
%45
%7

Triadic Colors of #ecb682

#ecb682 #82ecb6 #b682ec

Analogous Colors of #ecb682

#ecb682 #eceb82 #ec8283

Monochromatic Colors of #ecb682

#ecb682

Complementary Color

#ecb682 #82b8ec

#ecb682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb682 Color CSS Codes

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

#ecb682 Text Font Color

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

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


#ecb682 Background Color

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

This div background color is #ecb682


#ecb682 Border Color

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

This div border color is #ecb682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb682


Comments

No comments written yet.

Please login to write comment.