Color Hex Logo

#ffe450 Color Hex

#FFE450
(255,228,80)
0 Favorites   0 Comments

Color spaces of #ffe450

RGB 25522880
HSL0.141.000.66
HSV51°69°100°
CMYK 0.000.110.69   0.00
XYZ70.431477.326018.8027
Yxy77.32600.42290.4643
Hunter Lab87.9352-10.917648.8770
CIE-Lab90.4715-6.469672.1976

#ffe450 color RGB value is (255,228,80).

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

The process color (four color CMYK) of #ffe450 color hex is 0.00, 0.11, 0.69, 0.00. Web safe color of #ffe450 is #ffcc66. Color #ffe450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100100 01010000
Octal 377 344 120
Decimal 255 228 80
Hex FF E4 50

RGB Percentages of Color #ffe450

%45.29
%40.50
%14.21

CMYK Percentages of Color #ffe450

%0
%11
%69
%0

Triadic Colors of #ffe450

#ffe450 #50ffe4 #e450ff

Analogous Colors of #ffe450

#ffe450 #c3ff50 #ff8d50

Monochromatic Colors of #ffe450

#ffe450

Complementary Color

#ffe450 #506bff

#ffe450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe450 Color CSS Codes

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

#ffe450 Text Font Color

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

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


#ffe450 Background Color

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

This div background color is #ffe450


#ffe450 Border Color

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

This div border color is #ffe450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe450

#ffe450 Color Palettes


Comments

No comments written yet.

Please login to write comment.