Color Hex Logo

#ecc46b Color Hex

#ECC46B
(236,196,107)
0 Favorites   0 Comments

Color spaces of #ecc46b

RGB 236196107
HSL0.110.770.67
HSV41°55°93°
CMYK 0.000.170.55   0.07
XYZ56.985858.374322.1738
Yxy58.37430.41430.4244
Hunter Lab76.4031-0.569836.2749
CIE-Lab80.94643.739249.4815

#ecc46b color RGB value is (236,196,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000100 01101011
Octal 354 304 153
Decimal 236 196 107
Hex EC C4 6B

RGB Percentages of Color #ecc46b

%43.78
%36.36
%19.85

CMYK Percentages of Color #ecc46b

%0
%17
%55
%7

Triadic Colors of #ecc46b

#ecc46b #6becc4 #c46bec

Analogous Colors of #ecc46b

#ecc46b #d4ec6b #ec846b

Monochromatic Colors of #ecc46b

#ecc46b

Complementary Color

#ecc46b #6b93ec

#ecc46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc46b Color CSS Codes

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

#ecc46b Text Font Color

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

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


#ecc46b Background Color

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

This div background color is #ecc46b


#ecc46b Border Color

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

This div border color is #ecc46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc46b


Comments

No comments written yet.

Please login to write comment.