Color Hex Logo

#ecb17a Color Hex

#ECB17A
(236,177,122)
0 Favorites   0 Comments

Color spaces of #ecb17a

RGB 236177122
HSL0.080.750.70
HSV29°48°93°
CMYK 0.000.250.48   0.07
XYZ53.827150.682325.3580
Yxy50.68230.41450.3903
Hunter Lab71.191510.376728.7153
CIE-Lab76.486215.026136.4089

#ecb17a color RGB value is (236,177,122).

#ecb17a hex color red value is 236, green value is 177 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ecb17a hue: 0.08 , saturation: 0.75 and the lightness value of ecb17a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110001 01111010
Octal 354 261 172
Decimal 236 177 122
Hex EC B1 7A

RGB Percentages of Color #ecb17a

%44.11
%33.08
%22.80

CMYK Percentages of Color #ecb17a

%0
%25
%48
%7

Triadic Colors of #ecb17a

#ecb17a #7aecb1 #b17aec

Analogous Colors of #ecb17a

#ecb17a #ecea7a #ec7a7c

Monochromatic Colors of #ecb17a

#ecb17a

Complementary Color

#ecb17a #7ab5ec

#ecb17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb17a Color CSS Codes

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

#ecb17a Text Font Color

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

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


#ecb17a Background Color

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

This div background color is #ecb17a


#ecb17a Border Color

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

This div border color is #ecb17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb17a


Comments

No comments written yet.

Please login to write comment.