Color Hex Logo

#ffe145 Color Hex

#FFE145
(255,225,69)
0 Favorites   0 Comments

Color spaces of #ffe145

RGB 25522569
HSL0.141.000.64
HSV50°73°100°
CMYK 0.000.120.73   0.00
XYZ69.239475.540116.5616
Yxy75.54010.42910.4682
Hunter Lab86.9138-9.898149.5418
CIE-Lab89.6454-5.476075.3867

#ffe145 color RGB value is (255,225,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 01000101
Octal 377 341 105
Decimal 255 225 69
Hex FF E1 45

RGB Percentages of Color #ffe145

%46.45
%40.98
%12.57

CMYK Percentages of Color #ffe145

%0
%12
%73
%0

Triadic Colors of #ffe145

#ffe145 #45ffe1 #e145ff

Analogous Colors of #ffe145

#ffe145 #c0ff45 #ff8445

Monochromatic Colors of #ffe145

#ffe145

Complementary Color

#ffe145 #4563ff

#ffe145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe145 Color CSS Codes

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

#ffe145 Text Font Color

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

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


#ffe145 Background Color

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

This div background color is #ffe145


#ffe145 Border Color

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

This div border color is #ffe145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe145

Related Colors


Comments

No comments written yet.

Please login to write comment.