Color Hex Logo

#ffe146 Color Hex

#FFE146
(255,225,70)
0 Favorites   0 Comments

Color spaces of #ffe146

RGB 25522570
HSL0.141.000.64
HSV50°73°100°
CMYK 0.000.120.73   0.00
XYZ69.270775.552616.7265
Yxy75.55260.42880.4677
Hunter Lab86.9210-9.858249.4353
CIE-Lab89.6512-5.433375.0436

#ffe146 color RGB value is (255,225,70).

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

The process color (four color CMYK) of #ffe146 color hex is 0.00, 0.12, 0.73, 0.00. Web safe color of #ffe146 is #ffcc33. Color #ffe146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 01000110
Octal 377 341 106
Decimal 255 225 70
Hex FF E1 46

RGB Percentages of Color #ffe146

%46.36
%40.91
%12.73

CMYK Percentages of Color #ffe146

%0
%12
%73
%0

Triadic Colors of #ffe146

#ffe146 #46ffe1 #e146ff

Analogous Colors of #ffe146

#ffe146 #c1ff46 #ff8546

Monochromatic Colors of #ffe146

#ffe146

Complementary Color

#ffe146 #4664ff

#ffe146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe146 Color CSS Codes

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

#ffe146 Text Font Color

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

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


#ffe146 Background Color

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

This div background color is #ffe146


#ffe146 Border Color

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

This div border color is #ffe146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe146

Related Colors

#ffe146 Color Palettes


Comments

No comments written yet.

Please login to write comment.