Color Hex Logo

#ecb48a Color Hex

#ECB48A
(236,180,138)
0 Favorites   0 Comments

Color spaces of #ecb48a

RGB 236180138
HSL0.070.720.73
HSV26°42°93°
CMYK 0.000.240.42   0.07
XYZ55.500852.310431.2165
Yxy52.31040.39920.3763
Hunter Lab72.325910.405325.0381
CIE-Lab77.466115.046229.2707

#ecb48a color RGB value is (236,180,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 10001010
Octal 354 264 212
Decimal 236 180 138
Hex EC B4 8A

RGB Percentages of Color #ecb48a

%42.60
%32.49
%24.91

CMYK Percentages of Color #ecb48a

%0
%24
%42
%7

Triadic Colors of #ecb48a

#ecb48a #8aecb4 #b48aec

Analogous Colors of #ecb48a

#ecb48a #ece58a #ec8a91

Monochromatic Colors of #ecb48a

#ecb48a

Complementary Color

#ecb48a #8ac2ec

#ecb48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb48a Color CSS Codes

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

#ecb48a Text Font Color

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

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


#ecb48a Background Color

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

This div background color is #ecb48a


#ecb48a Border Color

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

This div border color is #ecb48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb48a


Comments

No comments written yet.

Please login to write comment.