Color Hex Logo

#ffec2e Color Hex

#FFEC2E
(255,236,46)
0 Favorites   0 Comments

Color spaces of #ffec2e

RGB 25523646
HSL0.151.000.59
HSV55°82°100°
CMYK 0.000.070.82   0.00
XYZ71.728681.448214.5253
Yxy81.44820.42770.4857
Hunter Lab90.2487-16.065453.6315
CIE-Lab92.3308-11.723084.5848

#ffec2e color RGB value is (255,236,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101100 00101110
Octal 377 354 56
Decimal 255 236 46
Hex FF EC 2E

RGB Percentages of Color #ffec2e

%47.49
%43.95
%8.57

CMYK Percentages of Color #ffec2e

%0
%7
%82
%0

Triadic Colors of #ffec2e

#ffec2e #2effec #ec2eff

Analogous Colors of #ffec2e

#ffec2e #aaff2e #ff842e

Monochromatic Colors of #ffec2e

#ffec2e

Complementary Color

#ffec2e #2e41ff

#ffec2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffec2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffec2e Color CSS Codes

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

#ffec2e Text Font Color

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

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


#ffec2e Background Color

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

This div background color is #ffec2e


#ffec2e Border Color

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

This div border color is #ffec2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffec2e

Related Colors


Comments

No comments written yet.

Please login to write comment.