Color Hex Logo

#ecc28b Color Hex

#ECC28B
(236,194,139)
0 Favorites   0 Comments

Color spaces of #ecc28b

RGB 236194139
HSL0.090.720.74
HSV34°41°93°
CMYK 0.000.180.41   0.07
XYZ58.544158.280532.5898
Yxy58.28050.39180.3901
Hunter Lab76.34173.288328.1286
CIE-Lab80.89457.771733.2756

#ecc28b color RGB value is (236,194,139).

#ecc28b hex color red value is 236, green value is 194 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ecc28b hue: 0.09 , saturation: 0.72 and the lightness value of ecc28b is 0.74.

The process color (four color CMYK) of #ecc28b color hex is 0.00, 0.18, 0.41, 0.07. Web safe color of #ecc28b is #ffcc99. Color #ecc28b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 10001011
Octal 354 302 213
Decimal 236 194 139
Hex EC C2 8B

RGB Percentages of Color #ecc28b

%41.48
%34.09
%24.43

CMYK Percentages of Color #ecc28b

%0
%18
%41
%7

Triadic Colors of #ecc28b

#ecc28b #8becc2 #c28bec

Analogous Colors of #ecc28b

#ecc28b #e6ec8b #ec928b

Monochromatic Colors of #ecc28b

#ecc28b

Complementary Color

#ecc28b #8bb5ec

#ecc28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc28b Color CSS Codes

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

#ecc28b Text Font Color

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

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


#ecc28b Background Color

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

This div background color is #ecc28b


#ecc28b Border Color

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

This div border color is #ecc28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc28b


Comments

No comments written yet.

Please login to write comment.