Color Hex Logo

#ffe550 Color Hex

#FFE550
(255,229,80)
0 Favorites   0 Comments

Color spaces of #ffe550

RGB 25522980
HSL0.141.000.66
HSV51°69°100°
CMYK 0.000.100.69   0.00
XYZ70.707377.877818.8947
Yxy77.87780.42220.4650
Hunter Lab88.2484-11.415149.0794
CIE-Lab90.7241-6.968672.4518

#ffe550 color RGB value is (255,229,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100101 01010000
Octal 377 345 120
Decimal 255 229 80
Hex FF E5 50

RGB Percentages of Color #ffe550

%45.21
%40.60
%14.18

CMYK Percentages of Color #ffe550

%0
%10
%69
%0

Triadic Colors of #ffe550

#ffe550 #50ffe5 #e550ff

Analogous Colors of #ffe550

#ffe550 #c2ff50 #ff8e50

Monochromatic Colors of #ffe550

#ffe550

Complementary Color

#ffe550 #506aff

#ffe550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe550 Color CSS Codes

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

#ffe550 Text Font Color

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

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


#ffe550 Background Color

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

This div background color is #ffe550


#ffe550 Border Color

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

This div border color is #ffe550


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,229,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 #ffe550">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe550


Comments

No comments written yet.

Please login to write comment.