Color Hex Logo

#ecb28a Color Hex

#ECB28A
(236,178,138)
0 Favorites   0 Comments

Color spaces of #ecb28a

RGB 236178138
HSL0.070.720.73
HSV24°42°93°
CMYK 0.000.250.42   0.07
XYZ55.099951.508631.0828
Yxy51.50860.40020.3741
Hunter Lab71.769511.444024.5606
CIE-Lab76.986116.106528.6317

#ecb28a color RGB value is (236,178,138).

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

The process color (four color CMYK) of #ecb28a color hex is 0.00, 0.25, 0.42, 0.07. Web safe color of #ecb28a is #ff9999. Color #ecb28a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110010 10001010
Octal 354 262 212
Decimal 236 178 138
Hex EC B2 8A

RGB Percentages of Color #ecb28a

%42.75
%32.25
%25.00

CMYK Percentages of Color #ecb28a

%0
%25
%42
%7

Triadic Colors of #ecb28a

#ecb28a #8aecb2 #b28aec

Analogous Colors of #ecb28a

#ecb28a #ece38a #ec8a93

Monochromatic Colors of #ecb28a

#ecb28a

Complementary Color

#ecb28a #8ac4ec

#ecb28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb28a Color CSS Codes

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

#ecb28a Text Font Color

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

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


#ecb28a Background Color

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

This div background color is #ecb28a


#ecb28a Border Color

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

This div border color is #ecb28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb28a


Comments

No comments written yet.

Please login to write comment.