Color Hex Logo

#ecb88e Color Hex

#ECB88E
(236,184,142)
0 Favorites   0 Comments

Color spaces of #ecb88e

RGB 236184142
HSL0.070.710.74
HSV27°40°93°
CMYK 0.000.220.40   0.07
XYZ56.615054.066833.0432
Yxy54.06680.39390.3762
Hunter Lab73.53018.759524.8272
CIE-Lab78.500713.364928.5307

#ecb88e color RGB value is (236,184,142).

#ecb88e hex color red value is 236, green value is 184 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ecb88e hue: 0.07 , saturation: 0.71 and the lightness value of ecb88e is 0.74.

The process color (four color CMYK) of #ecb88e color hex is 0.00, 0.22, 0.40, 0.07. Web safe color of #ecb88e is #ffcc99. Color #ecb88e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111000 10001110
Octal 354 270 216
Decimal 236 184 142
Hex EC B8 8E

RGB Percentages of Color #ecb88e

%41.99
%32.74
%25.27

CMYK Percentages of Color #ecb88e

%0
%22
%40
%7

Triadic Colors of #ecb88e

#ecb88e #8eecb8 #b88eec

Analogous Colors of #ecb88e

#ecb88e #ece78e #ec8e93

Monochromatic Colors of #ecb88e

#ecb88e

Complementary Color

#ecb88e #8ec2ec

#ecb88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb88e Color CSS Codes

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

#ecb88e Text Font Color

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

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


#ecb88e Background Color

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

This div background color is #ecb88e


#ecb88e Border Color

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

This div border color is #ecb88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb88e


Comments

No comments written yet.

Please login to write comment.