Color Hex Logo

#ffe127 Color Hex

#FFE127
(255,225,39)
0 Favorites   0 Comments

Color spaces of #ffe127

RGB 25522539
HSL0.141.000.58
HSV52°85°100°
CMYK 0.000.120.85   0.00
XYZ68.531475.256912.8335
Yxy75.25690.43760.4805
Hunter Lab86.7507-10.802251.9544
CIE-Lab89.5132-6.444983.8593

#ffe127 color RGB value is (255,225,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 00100111
Octal 377 341 47
Decimal 255 225 39
Hex FF E1 27

RGB Percentages of Color #ffe127

%49.13
%43.35
%7.51

CMYK Percentages of Color #ffe127

%0
%12
%85
%0

Triadic Colors of #ffe127

#ffe127 #27ffe1 #e127ff

Analogous Colors of #ffe127

#ffe127 #b1ff27 #ff7527

Monochromatic Colors of #ffe127

#ffe127

Complementary Color

#ffe127 #2745ff

#ffe127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe127 Color CSS Codes

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

#ffe127 Text Font Color

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

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


#ffe127 Background Color

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

This div background color is #ffe127


#ffe127 Border Color

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

This div border color is #ffe127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe127


Comments

No comments written yet.

Please login to write comment.