Color Hex Logo

#ecb697 Color Hex

#ECB697
(236,182,151)
0 Favorites   0 Comments

Color spaces of #ecb697

RGB 236182151
HSL0.060.690.76
HSV22°36°93°
CMYK 0.000.230.36   0.07
XYZ56.905953.523136.6099
Yxy53.52310.38700.3640
Hunter Lab73.159510.814221.5422
CIE-Lab78.182815.454223.3112

#ecb697 color RGB value is (236,182,151).

#ecb697 hex color red value is 236, green value is 182 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ecb697 hue: 0.06 , saturation: 0.69 and the lightness value of ecb697 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 10010111
Octal 354 266 227
Decimal 236 182 151
Hex EC B6 97

RGB Percentages of Color #ecb697

%41.48
%31.99
%26.54

CMYK Percentages of Color #ecb697

%0
%23
%36
%7

Triadic Colors of #ecb697

#ecb697 #97ecb6 #b697ec

Analogous Colors of #ecb697

#ecb697 #ece197 #ec97a3

Monochromatic Colors of #ecb697

#ecb697

Complementary Color

#ecb697 #97cdec

#ecb697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb697 Color CSS Codes

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

#ecb697 Text Font Color

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

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


#ecb697 Background Color

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

This div background color is #ecb697


#ecb697 Border Color

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

This div border color is #ecb697


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,182,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb697


Comments

No comments written yet.

Please login to write comment.