Color Hex Logo

#ec957b Color Hex

#EC957B
(236,149,123)
0 Favorites   0 Comments

Color spaces of #ec957b

RGB 236149123
HSL0.040.750.70
HSV14°48°93°
CMYK 0.000.370.48   0.07
XYZ48.914740.757824.0279
Yxy40.75780.43020.3585
Hunter Lab63.841825.040922.3745
CIE-Lab70.005929.970527.4262

#ec957b color RGB value is (236,149,123).

#ec957b hex color red value is 236, green value is 149 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ec957b hue: 0.04 , saturation: 0.75 and the lightness value of ec957b is 0.70.

The process color (four color CMYK) of #ec957b color hex is 0.00, 0.37, 0.48, 0.07. Web safe color of #ec957b is #ff9966. Color #ec957b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010101 01111011
Octal 354 225 173
Decimal 236 149 123
Hex EC 95 7B

RGB Percentages of Color #ec957b

%46.46
%29.33
%24.21

CMYK Percentages of Color #ec957b

%0
%37
%48
%7

Triadic Colors of #ec957b

#ec957b #7bec95 #957bec

Analogous Colors of #ec957b

#ec957b #ecce7b #ec7b9a

Monochromatic Colors of #ec957b

#ec957b

Complementary Color

#ec957b #7bd2ec

#ec957b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec957b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec957b Color CSS Codes

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

#ec957b Text Font Color

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

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


#ec957b Background Color

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

This div background color is #ec957b


#ec957b Border Color

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

This div border color is #ec957b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec957b


Comments

No comments written yet.

Please login to write comment.