Color Hex Logo

#ffe650 Color Hex

#FFE650
(255,230,80)
1 Favorites   0 Comments

Color spaces of #ffe650

RGB 25523080
HSL0.141.000.66
HSV51°69°100°
CMYK 0.000.100.69   0.00
XYZ70.984878.432818.9872
Yxy78.43280.42150.4657
Hunter Lab88.5623-11.912049.2822
CIE-Lab90.9770-7.466972.7062

#ffe650 color RGB value is (255,230,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100110 01010000
Octal 377 346 120
Decimal 255 230 80
Hex FF E6 50

RGB Percentages of Color #ffe650

%45.13
%40.71
%14.16

CMYK Percentages of Color #ffe650

%0
%10
%69
%0

Triadic Colors of #ffe650

#ffe650 #50ffe6 #e650ff

Analogous Colors of #ffe650

#ffe650 #c1ff50 #ff8f50

Monochromatic Colors of #ffe650

#ffe650

Complementary Color

#ffe650 #5069ff

#ffe650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe650 Color CSS Codes

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

#ffe650 Text Font Color

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

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


#ffe650 Background Color

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

This div background color is #ffe650


#ffe650 Border Color

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

This div border color is #ffe650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe650

Related Colors

#ffe650 Color Palettes


Comments

No comments written yet.

Please login to write comment.