Color Hex Logo

#ecb68a Color Hex

#ECB68A
(236,182,138)
0 Favorites   0 Comments

Color spaces of #ecb68a

RGB 236182138
HSL0.070.720.73
HSV27°42°93°
CMYK 0.000.230.42   0.07
XYZ55.907553.123731.3520
Yxy53.12370.39820.3784
Hunter Lab72.88609.368625.5165
CIE-Lab77.948013.987429.9110

#ecb68a color RGB value is (236,182,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 10001010
Octal 354 266 212
Decimal 236 182 138
Hex EC B6 8A

RGB Percentages of Color #ecb68a

%42.45
%32.73
%24.82

CMYK Percentages of Color #ecb68a

%0
%23
%42
%7

Triadic Colors of #ecb68a

#ecb68a #8aecb6 #b68aec

Analogous Colors of #ecb68a

#ecb68a #ece78a #ec8a8f

Monochromatic Colors of #ecb68a

#ecb68a

Complementary Color

#ecb68a #8ac0ec

#ecb68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb68a Color CSS Codes

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

#ecb68a Text Font Color

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

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


#ecb68a Background Color

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

This div background color is #ecb68a


#ecb68a Border Color

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

This div border color is #ecb68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb68a


Comments

No comments written yet.

Please login to write comment.