Color Hex Logo

#ffe13c Color Hex

#FFE13C
(255,225,60)
0 Favorites   0 Comments

Color spaces of #ffe13c

RGB 25522560
HSL0.141.000.62
HSV51°76°100°
CMYK 0.000.120.76   0.00
XYZ68.980875.436715.2000
Yxy75.43670.43220.4726
Hunter Lab86.8543-10.228050.4219
CIE-Lab89.5972-5.828978.3133

#ffe13c color RGB value is (255,225,60).

#ffe13c hex color red value is 255, green value is 225 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ffe13c hue: 0.14 , saturation: 1.00 and the lightness value of ffe13c is 0.62.

The process color (four color CMYK) of #ffe13c color hex is 0.00, 0.12, 0.76, 0.00. Web safe color of #ffe13c is #ffcc33. Color #ffe13c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 00111100
Octal 377 341 74
Decimal 255 225 60
Hex FF E1 3C

RGB Percentages of Color #ffe13c

%47.22
%41.67
%11.11

CMYK Percentages of Color #ffe13c

%0
%12
%76
%0

Triadic Colors of #ffe13c

#ffe13c #3cffe1 #e13cff

Analogous Colors of #ffe13c

#ffe13c #bcff3c #ff803c

Monochromatic Colors of #ffe13c

#ffe13c

Complementary Color

#ffe13c #3c5aff

#ffe13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe13c Color CSS Codes

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

#ffe13c Text Font Color

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

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


#ffe13c Background Color

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

This div background color is #ffe13c


#ffe13c Border Color

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

This div border color is #ffe13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe13c

Related Colors


Comments

No comments written yet.

Please login to write comment.