Color Hex Logo

#ecc16b Color Hex

#ECC16B
(236,193,107)
0 Favorites   0 Comments

Color spaces of #ecc16b

RGB 236193107
HSL0.110.770.67
HSV40°55°93°
CMYK 0.000.180.55   0.07
XYZ56.315957.034321.9505
Yxy57.03430.41620.4215
Hunter Lab75.52110.945235.6319
CIE-Lab80.19895.302848.5889

#ecc16b color RGB value is (236,193,107).

#ecc16b hex color red value is 236, green value is 193 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ecc16b hue: 0.11 , saturation: 0.77 and the lightness value of ecc16b is 0.67.

The process color (four color CMYK) of #ecc16b color hex is 0.00, 0.18, 0.55, 0.07. Web safe color of #ecc16b is #ffcc66. Color #ecc16b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 01101011
Octal 354 301 153
Decimal 236 193 107
Hex EC C1 6B

RGB Percentages of Color #ecc16b

%44.03
%36.01
%19.96

CMYK Percentages of Color #ecc16b

%0
%18
%55
%7

Triadic Colors of #ecc16b

#ecc16b #6becc1 #c16bec

Analogous Colors of #ecc16b

#ecc16b #d7ec6b #ec816b

Monochromatic Colors of #ecc16b

#ecc16b

Complementary Color

#ecc16b #6b96ec

#ecc16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc16b Color CSS Codes

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

#ecc16b Text Font Color

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

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


#ecc16b Background Color

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

This div background color is #ecc16b


#ecc16b Border Color

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

This div border color is #ecc16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc16b


Comments

No comments written yet.

Please login to write comment.