Color Hex Logo

#ffe40f Color Hex

#FFE40F
(255,228,15)
0 Favorites   0 Comments

Color spaces of #ffe40f

RGB 25522815
HSL0.151.000.53
HSV53°94°100°
CMYK 0.000.110.94   0.00
XYZ69.069676.781311.6319
Yxy76.78130.43860.4876
Hunter Lab87.6249-12.642653.4669
CIE-Lab90.2209-8.324688.2407

#ffe40f color RGB value is (255,228,15).

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

The process color (four color CMYK) of #ffe40f color hex is 0.00, 0.11, 0.94, 0.00. Web safe color of #ffe40f is #ffcc00. Color #ffe40f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100100 00001111
Octal 377 344 17
Decimal 255 228 15
Hex FF E4 F

RGB Percentages of Color #ffe40f

%51.20
%45.78
%3.01

CMYK Percentages of Color #ffe40f

%0
%11
%94
%0

Triadic Colors of #ffe40f

#ffe40f #0fffe4 #e40fff

Analogous Colors of #ffe40f

#ffe40f #a2ff0f #ff6c0f

Monochromatic Colors of #ffe40f

#ffe40f

Complementary Color

#ffe40f #0f2aff

#ffe40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe40f Color CSS Codes

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

#ffe40f Text Font Color

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

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


#ffe40f Background Color

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

This div background color is #ffe40f


#ffe40f Border Color

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

This div border color is #ffe40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe40f


Comments

No comments written yet.

Please login to write comment.