Color Hex Logo

#ecb168 Color Hex

#ECB168
(236,177,104)
0 Favorites   0 Comments

Color spaces of #ecb168

RGB 236177104
HSL0.090.780.67
HSV33°56°93°
CMYK 0.000.250.56   0.07
XYZ52.812950.276620.0175
Yxy50.27660.42900.4084
Hunter Lab70.90608.866632.8960
CIE-Lab76.238713.478045.3097

#ecb168 color RGB value is (236,177,104).

#ecb168 hex color red value is 236, green value is 177 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ecb168 hue: 0.09 , saturation: 0.78 and the lightness value of ecb168 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110001 01101000
Octal 354 261 150
Decimal 236 177 104
Hex EC B1 68

RGB Percentages of Color #ecb168

%45.65
%34.24
%20.12

CMYK Percentages of Color #ecb168

%0
%25
%56
%7

Triadic Colors of #ecb168

#ecb168 #68ecb1 #b168ec

Analogous Colors of #ecb168

#ecb168 #e5ec68 #ec6f68

Monochromatic Colors of #ecb168

#ecb168

Complementary Color

#ecb168 #68a3ec

#ecb168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb168 Color CSS Codes

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

#ecb168 Text Font Color

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

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


#ecb168 Background Color

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

This div background color is #ecb168


#ecb168 Border Color

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

This div border color is #ecb168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb168


Comments

No comments written yet.

Please login to write comment.