Color Hex Logo

#ecb27e Color Hex

#ECB27E
(236,178,126)
0 Favorites   0 Comments

Color spaces of #ecb27e

RGB 236178126
HSL0.080.740.71
HSV28°47°93°
CMYK 0.000.250.47   0.07
XYZ54.278451.180026.7566
Yxy51.18000.41050.3871
Hunter Lab71.540210.234727.9032
CIE-Lab76.787914.878334.7073

#ecb27e color RGB value is (236,178,126).

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

The process color (four color CMYK) of #ecb27e color hex is 0.00, 0.25, 0.47, 0.07. Web safe color of #ecb27e is #ff9966. Color #ecb27e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110010 01111110
Octal 354 262 176
Decimal 236 178 126
Hex EC B2 7E

RGB Percentages of Color #ecb27e

%43.70
%32.96
%23.33

CMYK Percentages of Color #ecb27e

%0
%25
%47
%7

Triadic Colors of #ecb27e

#ecb27e #7eecb2 #b27eec

Analogous Colors of #ecb27e

#ecb27e #ece97e #ec7e81

Monochromatic Colors of #ecb27e

#ecb27e

Complementary Color

#ecb27e #7eb8ec

#ecb27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb27e Color CSS Codes

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

#ecb27e Text Font Color

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

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


#ecb27e Background Color

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

This div background color is #ecb27e


#ecb27e Border Color

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

This div border color is #ecb27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb27e


Comments

No comments written yet.

Please login to write comment.