Color Hex Logo

#ffe950 Color Hex

#FFE950
(255,233,80)
0 Favorites   0 Comments

Color spaces of #ffe950

RGB 25523380
HSL0.151.000.66
HSV52°69°100°
CMYK 0.000.090.69   0.00
XYZ71.826980.117019.2679
Yxy80.11700.41950.4679
Hunter Lab89.5081-13.399649.8926
CIE-Lab91.7373-8.957273.4691

#ffe950 color RGB value is (255,233,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101001 01010000
Octal 377 351 120
Decimal 255 233 80
Hex FF E9 50

RGB Percentages of Color #ffe950

%44.89
%41.02
%14.08

CMYK Percentages of Color #ffe950

%0
%9
%69
%0

Triadic Colors of #ffe950

#ffe950 #50ffe9 #e950ff

Analogous Colors of #ffe950

#ffe950 #beff50 #ff9250

Monochromatic Colors of #ffe950

#ffe950

Complementary Color

#ffe950 #5066ff

#ffe950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe950 Color CSS Codes

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

#ffe950 Text Font Color

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

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


#ffe950 Background Color

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

This div background color is #ffe950


#ffe950 Border Color

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

This div border color is #ffe950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe950


Comments

No comments written yet.

Please login to write comment.