Color Hex Logo

#ecb26f Color Hex

#ECB26F
(236,178,111)
0 Favorites   0 Comments

Color spaces of #ecb26f

RGB 236178111
HSL0.090.770.68
HSV32°53°93°
CMYK 0.000.250.53   0.07
XYZ53.381750.821422.0349
Yxy50.82140.42290.4026
Hunter Lab71.28918.905831.5763
CIE-Lab76.570713.517642.1833

#ecb26f color RGB value is (236,178,111).

#ecb26f hex color red value is 236, green value is 178 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ecb26f hue: 0.09 , saturation: 0.77 and the lightness value of ecb26f is 0.68.

The process color (four color CMYK) of #ecb26f color hex is 0.00, 0.25, 0.53, 0.07. Web safe color of #ecb26f is #ff9966. Color #ecb26f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110010 01101111
Octal 354 262 157
Decimal 236 178 111
Hex EC B2 6F

RGB Percentages of Color #ecb26f

%44.95
%33.90
%21.14

CMYK Percentages of Color #ecb26f

%0
%25
%53
%7

Triadic Colors of #ecb26f

#ecb26f #6fecb2 #b26fec

Analogous Colors of #ecb26f

#ecb26f #e8ec6f #ec746f

Monochromatic Colors of #ecb26f

#ecb26f

Complementary Color

#ecb26f #6fa9ec

#ecb26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb26f Color CSS Codes

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

#ecb26f Text Font Color

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

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


#ecb26f Background Color

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

This div background color is #ecb26f


#ecb26f Border Color

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

This div border color is #ecb26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb26f


Comments

No comments written yet.

Please login to write comment.