Color Hex Logo

#ecb68e Color Hex

#ECB68E
(236,182,142)
0 Favorites   0 Comments

Color spaces of #ecb68e

RGB 236182142
HSL0.070.710.74
HSV26°40°93°
CMYK 0.000.230.40   0.07
XYZ56.202553.241832.9057
Yxy53.24180.39480.3740
Hunter Lab72.96709.796624.3391
CIE-Lab78.017514.423127.8844

#ecb68e color RGB value is (236,182,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 10001110
Octal 354 266 216
Decimal 236 182 142
Hex EC B6 8E

RGB Percentages of Color #ecb68e

%42.14
%32.50
%25.36

CMYK Percentages of Color #ecb68e

%0
%23
%40
%7

Triadic Colors of #ecb68e

#ecb68e #8eecb6 #b68eec

Analogous Colors of #ecb68e

#ecb68e #ece58e #ec8e95

Monochromatic Colors of #ecb68e

#ecb68e

Complementary Color

#ecb68e #8ec4ec

#ecb68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb68e Color CSS Codes

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

#ecb68e Text Font Color

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

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


#ecb68e Background Color

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

This div background color is #ecb68e


#ecb68e Border Color

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

This div border color is #ecb68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb68e


Comments

No comments written yet.

Please login to write comment.