color codes Logo

#ecec5b color codes

#ECEC5B
(236,236,91)
0 Favorites   0 Comments

Color spaces of #ecec5b

RGB 23623691
HSL0.170.790.64
HSV60°61°93°
CMYK 0.000.000.61   0.07
XYZ66.475978.579121.5612
Yxy78.57910.39900.4716
Hunter Lab88.6449-21.269147.6302
CIE-Lab91.0435-17.569367.9840

#ecec5b color RGB value is (236,236,91).

#ecec5b hex color red value is 236, green value is 236 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ecec5b hue: 0.17 , saturation: 0.79 and the lightness value of ecec5b is 0.64.

The process color (four color CMYK) of #ecec5b color code is 0.00, 0.00, 0.61, 0.07. Web safe color of #ecec5b is #ffff66. Color #ecec5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101100 01011011
Octal 354 354 133
Decimal 236 236 91
Hex EC EC 5B

RGB Percentages of Color #ecec5b

%41.92
%41.92
%16.16

CMYK Percentages of Color #ecec5b

%0
%0
%61
%7

Triadic Colors of #ecec5b

#ecec5b #5becec #ec5bec

Analogous Colors of #ecec5b

#ecec5b #a4ec5b #eca45b

Monochromatic Colors of #ecec5b

#ecec5b

Complementary Color

#ecec5b #5b5bec

#ecec5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecec5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecec5b Color CSS Codes

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

#ecec5b Text Font Color

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

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


#ecec5b Background Color

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

This div background color is #ecec5b


#ecec5b Border Color

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

This div border color is #ecec5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecec5b


Comments

No comments written yet.

Please login to write comment.