Color Hex Logo

#ecc26b Color Hex

#ECC26B
(236,194,107)
0 Favorites   0 Comments

Color spaces of #ecc26b

RGB 236194107
HSL0.110.770.67
HSV40°55°93°
CMYK 0.000.180.55   0.07
XYZ56.537757.478022.0244
Yxy57.47800.41560.4225
Hunter Lab75.81420.439635.8459
CIE-Lab80.44774.780948.8865

#ecc26b color RGB value is (236,194,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 01101011
Octal 354 302 153
Decimal 236 194 107
Hex EC C2 6B

RGB Percentages of Color #ecc26b

%43.95
%36.13
%19.93

CMYK Percentages of Color #ecc26b

%0
%18
%55
%7

Triadic Colors of #ecc26b

#ecc26b #6becc2 #c26bec

Analogous Colors of #ecc26b

#ecc26b #d6ec6b #ec826b

Monochromatic Colors of #ecc26b

#ecc26b

Complementary Color

#ecc26b #6b95ec

#ecc26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc26b Color CSS Codes

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

#ecc26b Text Font Color

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

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


#ecc26b Background Color

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

This div background color is #ecc26b


#ecc26b Border Color

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

This div border color is #ecc26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc26b


Comments

No comments written yet.

Please login to write comment.