Color Hex Logo

#ffec2f Color Hex

#FFEC2F
(255,236,47)
0 Favorites   0 Comments

Color spaces of #ffec2f

RGB 25523647
HSL0.151.000.59
HSV55°82°100°
CMYK 0.000.070.82   0.00
XYZ71.748581.456114.6304
Yxy81.45610.42750.4853
Hunter Lab90.2530-16.040653.5660
CIE-Lab92.3343-11.696084.3450

#ffec2f color RGB value is (255,236,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101100 00101111
Octal 377 354 57
Decimal 255 236 47
Hex FF EC 2F

RGB Percentages of Color #ffec2f

%47.40
%43.87
%8.74

CMYK Percentages of Color #ffec2f

%0
%7
%82
%0

Triadic Colors of #ffec2f

#ffec2f #2fffec #ec2fff

Analogous Colors of #ffec2f

#ffec2f #aaff2f #ff842f

Monochromatic Colors of #ffec2f

#ffec2f

Complementary Color

#ffec2f #2f42ff

#ffec2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffec2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffec2f Color CSS Codes

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

#ffec2f Text Font Color

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

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


#ffec2f Background Color

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

This div background color is #ffec2f


#ffec2f Border Color

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

This div border color is #ffec2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffec2f

#ffec2f Color Palettes


Comments

No comments written yet.

Please login to write comment.