Color Hex Logo

#ecb175 Color Hex

#ECB175
(236,177,117)
0 Favorites   0 Comments

Color spaces of #ecb175

RGB 236177117
HSL0.080.760.69
HSV30°50°93°
CMYK 0.000.250.50   0.07
XYZ53.525150.561523.7679
Yxy50.56150.41860.3955
Hunter Lab71.10669.928329.9565
CIE-Lab76.412614.568038.9098

#ecb175 color RGB value is (236,177,117).

#ecb175 hex color red value is 236, green value is 177 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ecb175 hue: 0.08 , saturation: 0.76 and the lightness value of ecb175 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110001 01110101
Octal 354 261 165
Decimal 236 177 117
Hex EC B1 75

RGB Percentages of Color #ecb175

%44.53
%33.40
%22.08

CMYK Percentages of Color #ecb175

%0
%25
%50
%7

Triadic Colors of #ecb175

#ecb175 #75ecb1 #b175ec

Analogous Colors of #ecb175

#ecb175 #ecec75 #ec7675

Monochromatic Colors of #ecb175

#ecb175

Complementary Color

#ecb175 #75b0ec

#ecb175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb175 Color CSS Codes

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

#ecb175 Text Font Color

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

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


#ecb175 Background Color

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

This div background color is #ecb175


#ecb175 Border Color

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

This div border color is #ecb175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb175


Comments

No comments written yet.

Please login to write comment.