Color Hex Logo

#ffe528 Color Hex

#FFE528
(255,229,40)
0 Favorites   0 Comments

Color spaces of #ffe528

RGB 25522940
HSL0.151.000.58
HSV53°84°100°
CMYK 0.000.100.84   0.00
XYZ69.642377.451813.2866
Yxy77.45180.43420.4829
Hunter Lab88.0067-12.759452.6535
CIE-Lab90.5292-8.414484.4703

#ffe528 color RGB value is (255,229,40).

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

The process color (four color CMYK) of #ffe528 color hex is 0.00, 0.10, 0.84, 0.00. Web safe color of #ffe528 is #ffcc33. Color #ffe528 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100101 00101000
Octal 377 345 50
Decimal 255 229 40
Hex FF E5 28

RGB Percentages of Color #ffe528

%48.66
%43.70
%7.63

CMYK Percentages of Color #ffe528

%0
%10
%84
%0

Triadic Colors of #ffe528

#ffe528 #28ffe5 #e528ff

Analogous Colors of #ffe528

#ffe528 #aeff28 #ff7a28

Monochromatic Colors of #ffe528

#ffe528

Complementary Color

#ffe528 #2842ff

#ffe528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe528 Color CSS Codes

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

#ffe528 Text Font Color

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

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


#ffe528 Background Color

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

This div background color is #ffe528


#ffe528 Border Color

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

This div border color is #ffe528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe528

Related Colors


Comments

No comments written yet.

Please login to write comment.