Color Hex Logo

#ffe505 Color Hex

#FFE505
(255,229,5)
0 Favorites   0 Comments

Color spaces of #ffe505

RGB 2552295
HSL0.151.000.51
HSV54°98°100°
CMYK 0.000.100.98   0.00
XYZ69.286777.309611.4140
Yxy77.30960.43850.4893
Hunter Lab87.9259-13.210053.8514
CIE-Lab90.4639-8.901889.2561

#ffe505 color RGB value is (255,229,5).

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

The process color (four color CMYK) of #ffe505 color hex is 0.00, 0.10, 0.98, 0.00. Web safe color of #ffe505 is #ffcc00. Color #ffe505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100101 00000101
Octal 377 345 5
Decimal 255 229 5
Hex FF E5 5

RGB Percentages of Color #ffe505

%52.15
%46.83
%1.02

CMYK Percentages of Color #ffe505

%0
%10
%98
%0

Triadic Colors of #ffe505

#ffe505 #05ffe5 #e505ff

Analogous Colors of #ffe505

#ffe505 #9cff05 #ff6805

Monochromatic Colors of #ffe505

#ffe505

Complementary Color

#ffe505 #051fff

#ffe505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe505 Color CSS Codes

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

#ffe505 Text Font Color

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

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


#ffe505 Background Color

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

This div background color is #ffe505


#ffe505 Border Color

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

This div border color is #ffe505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe505

Related Colors

#ffe505 Color Palettes


Comments

No comments written yet.

Please login to write comment.