Color Hex Logo

#ffec1c Color Hex

#FFEC1C
(255,236,28)
0 Favorites   0 Comments

Color spaces of #ffec1c

RGB 25523628
HSL0.151.000.55
HSV55°89°100°
CMYK 0.000.070.89   0.00
XYZ71.445181.334713.0322
Yxy81.33470.43090.4905
Hunter Lab90.1858-16.417554.5624
CIE-Lab92.2804-12.106588.1269

#ffec1c color RGB value is (255,236,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101100 00011100
Octal 377 354 34
Decimal 255 236 28
Hex FF EC 1C

RGB Percentages of Color #ffec1c

%49.13
%45.47
%5.39

CMYK Percentages of Color #ffec1c

%0
%7
%89
%0

Triadic Colors of #ffec1c

#ffec1c #1cffec #ec1cff

Analogous Colors of #ffec1c

#ffec1c #a1ff1c #ff7b1c

Monochromatic Colors of #ffec1c

#ffec1c

Complementary Color

#ffec1c #1c2fff

#ffec1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffec1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffec1c Color CSS Codes

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

#ffec1c Text Font Color

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

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


#ffec1c Background Color

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

This div background color is #ffec1c


#ffec1c Border Color

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

This div border color is #ffec1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffec1c

Related Colors


Comments

No comments written yet.

Please login to write comment.