Color Hex Logo

#ffe11d Color Hex

#FFE11D
(255,225,29)
0 Favorites   0 Comments

Color spaces of #ffe11d

RGB 25522529
HSL0.141.000.56
HSV52°89°100°
CMYK 0.000.120.89   0.00
XYZ68.387075.199112.0729
Yxy75.19910.43930.4831
Hunter Lab86.7174-10.987052.4478
CIE-Lab89.4862-6.643685.7896

#ffe11d color RGB value is (255,225,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 00011101
Octal 377 341 35
Decimal 255 225 29
Hex FF E1 1D

RGB Percentages of Color #ffe11d

%50.10
%44.20
%5.70

CMYK Percentages of Color #ffe11d

%0
%12
%89
%0

Triadic Colors of #ffe11d

#ffe11d #1dffe1 #e11dff

Analogous Colors of #ffe11d

#ffe11d #acff1d #ff701d

Monochromatic Colors of #ffe11d

#ffe11d

Complementary Color

#ffe11d #1d3bff

#ffe11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe11d Color CSS Codes

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

#ffe11d Text Font Color

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

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


#ffe11d Background Color

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

This div background color is #ffe11d


#ffe11d Border Color

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

This div border color is #ffe11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe11d

Related Colors


Comments

No comments written yet.

Please login to write comment.