Color Hex Logo

#ecb292 Color Hex

#ECB292
(236,178,146)
0 Favorites   0 Comments

Color spaces of #ecb292

RGB 236178146
HSL0.060.700.75
HSV21°38°93°
CMYK 0.000.250.38   0.07
XYZ55.700851.749034.2469
Yxy51.74900.39310.3652
Hunter Lab71.936812.323622.1296
CIE-Lab77.130516.994024.5558

#ecb292 color RGB value is (236,178,146).

#ecb292 hex color red value is 236, green value is 178 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ecb292 hue: 0.06 , saturation: 0.70 and the lightness value of ecb292 is 0.75.

The process color (four color CMYK) of #ecb292 color hex is 0.00, 0.25, 0.38, 0.07. Web safe color of #ecb292 is #ff9999. Color #ecb292 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110010 10010010
Octal 354 262 222
Decimal 236 178 146
Hex EC B2 92

RGB Percentages of Color #ecb292

%42.14
%31.79
%26.07

CMYK Percentages of Color #ecb292

%0
%25
%38
%7

Triadic Colors of #ecb292

#ecb292 #92ecb2 #b292ec

Analogous Colors of #ecb292

#ecb292 #ecdf92 #ec929f

Monochromatic Colors of #ecb292

#ecb292

Complementary Color

#ecb292 #92ccec

#ecb292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb292 Color CSS Codes

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

#ecb292 Text Font Color

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

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


#ecb292 Background Color

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

This div background color is #ecb292


#ecb292 Border Color

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

This div border color is #ecb292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb292

#ecb292 Color Palettes


Comments

No comments written yet.

Please login to write comment.