Color Hex Logo

#ffec20 Color Hex

#FFEC20
(255,236,32)
0 Favorites   0 Comments

Color spaces of #ffec20

RGB 25523632
HSL0.151.000.56
HSV55°87°100°
CMYK 0.000.070.87   0.00
XYZ71.496281.355213.3014
Yxy81.35520.43030.4896
Hunter Lab90.1971-16.354154.3945
CIE-Lab92.2895-12.037487.4686

#ffec20 color RGB value is (255,236,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101100 00100000
Octal 377 354 40
Decimal 255 236 32
Hex FF EC 20

RGB Percentages of Color #ffec20

%48.76
%45.12
%6.12

CMYK Percentages of Color #ffec20

%0
%7
%87
%0

Triadic Colors of #ffec20

#ffec20 #20ffec #ec20ff

Analogous Colors of #ffec20

#ffec20 #a3ff20 #ff7d20

Monochromatic Colors of #ffec20

#ffec20

Complementary Color

#ffec20 #2033ff

#ffec20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffec20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffec20 Color CSS Codes

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

#ffec20 Text Font Color

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

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


#ffec20 Background Color

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

This div background color is #ffec20


#ffec20 Border Color

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

This div border color is #ffec20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffec20

Related Colors


Comments

No comments written yet.

Please login to write comment.