Color Hex Logo

#ecb488 Color Hex

#ECB488
(236,180,136)
0 Favorites   0 Comments

Color spaces of #ecb488

RGB 236180136
HSL0.070.720.73
HSV26°42°93°
CMYK 0.000.240.42   0.07
XYZ55.357352.253030.4607
Yxy52.25300.40090.3785
Hunter Lab72.286210.195625.6162
CIE-Lab77.431914.833130.2848

#ecb488 color RGB value is (236,180,136).

#ecb488 hex color red value is 236, green value is 180 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ecb488 hue: 0.07 , saturation: 0.72 and the lightness value of ecb488 is 0.73.

The process color (four color CMYK) of #ecb488 color hex is 0.00, 0.24, 0.42, 0.07. Web safe color of #ecb488 is #ffcc99. Color #ecb488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 10001000
Octal 354 264 210
Decimal 236 180 136
Hex EC B4 88

RGB Percentages of Color #ecb488

%42.75
%32.61
%24.64

CMYK Percentages of Color #ecb488

%0
%24
%42
%7

Triadic Colors of #ecb488

#ecb488 #88ecb4 #b488ec

Analogous Colors of #ecb488

#ecb488 #ece688 #ec888e

Monochromatic Colors of #ecb488

#ecb488

Complementary Color

#ecb488 #88c0ec

#ecb488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb488 Color CSS Codes

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

#ecb488 Text Font Color

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

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


#ecb488 Background Color

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

This div background color is #ecb488


#ecb488 Border Color

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

This div border color is #ecb488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb488


Comments

No comments written yet.

Please login to write comment.