Color Hex Logo

#ec977b Color Hex

#EC977B
(236,151,123)
0 Favorites   0 Comments

Color spaces of #ec977b

RGB 236151123
HSL0.040.750.70
HSV15°48°93°
CMYK 0.000.360.48   0.07
XYZ49.233841.396124.1342
Yxy41.39610.42900.3607
Hunter Lab64.339823.996322.7979
CIE-Lab70.452528.914728.0183

#ec977b color RGB value is (236,151,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010111 01111011
Octal 354 227 173
Decimal 236 151 123
Hex EC 97 7B

RGB Percentages of Color #ec977b

%46.27
%29.61
%24.12

CMYK Percentages of Color #ec977b

%0
%36
%48
%7

Triadic Colors of #ec977b

#ec977b #7bec97 #977bec

Analogous Colors of #ec977b

#ec977b #ecd07b #ec7b98

Monochromatic Colors of #ec977b

#ec977b

Complementary Color

#ec977b #7bd0ec

#ec977b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec977b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec977b Color CSS Codes

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

#ec977b Text Font Color

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

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


#ec977b Background Color

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

This div background color is #ec977b


#ec977b Border Color

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

This div border color is #ec977b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,151,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 #ec977b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec977b


Comments

No comments written yet.

Please login to write comment.