Color Hex Logo

#ffe31f Color Hex

#FFE31F
(255,227,31)
0 Favorites   0 Comments

Color spaces of #ffe31f

RGB 25522731
HSL0.151.000.56
HSV53°88°100°
CMYK 0.000.110.88   0.00
XYZ68.956476.297112.3887
Yxy76.29710.43740.4840
Hunter Lab87.3482-11.943952.7346
CIE-Lab89.9971-7.605885.8399

#ffe31f color RGB value is (255,227,31).

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

The process color (four color CMYK) of #ffe31f color hex is 0.00, 0.11, 0.88, 0.00. Web safe color of #ffe31f is #ffcc33. Color #ffe31f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100011 00011111
Octal 377 343 37
Decimal 255 227 31
Hex FF E3 1F

RGB Percentages of Color #ffe31f

%49.71
%44.25
%6.04

CMYK Percentages of Color #ffe31f

%0
%11
%88
%0

Triadic Colors of #ffe31f

#ffe31f #1fffe3 #e31fff

Analogous Colors of #ffe31f

#ffe31f #abff1f #ff731f

Monochromatic Colors of #ffe31f

#ffe31f

Complementary Color

#ffe31f #1f3bff

#ffe31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe31f Color CSS Codes

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

#ffe31f Text Font Color

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

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


#ffe31f Background Color

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

This div background color is #ffe31f


#ffe31f Border Color

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

This div border color is #ffe31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe31f


Comments

No comments written yet.

Please login to write comment.