Color Hex Logo

#ffec2c Color Hex

#FFEC2C
(255,236,44)
0 Favorites   0 Comments

Color spaces of #ffec2c

RGB 25523644
HSL0.151.000.59
HSV55°83°100°
CMYK 0.000.070.83   0.00
XYZ71.690181.432814.3225
Yxy81.43280.42810.4863
Hunter Lab90.2401-16.113253.7578
CIE-Lab92.3239-11.775085.0509

#ffec2c color RGB value is (255,236,44).

#ffec2c hex color red value is 255, green value is 236 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ffec2c hue: 0.15 , saturation: 1.00 and the lightness value of ffec2c is 0.59.

The process color (four color CMYK) of #ffec2c color hex is 0.00, 0.07, 0.83, 0.00. Web safe color of #ffec2c is #ffff33. Color #ffec2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101100 00101100
Octal 377 354 54
Decimal 255 236 44
Hex FF EC 2C

RGB Percentages of Color #ffec2c

%47.66
%44.11
%8.22

CMYK Percentages of Color #ffec2c

%0
%7
%83
%0

Triadic Colors of #ffec2c

#ffec2c #2cffec #ec2cff

Analogous Colors of #ffec2c

#ffec2c #a9ff2c #ff832c

Monochromatic Colors of #ffec2c

#ffec2c

Complementary Color

#ffec2c #2c3fff

#ffec2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffec2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffec2c Color CSS Codes

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

#ffec2c Text Font Color

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

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


#ffec2c Background Color

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

This div background color is #ffec2c


#ffec2c Border Color

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

This div border color is #ffec2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffec2c

Related Colors

#ffec2c Color Palettes


Comments

No comments written yet.

Please login to write comment.