Color Hex Logo

#ffe158 Color Hex

#FFE158
(255,225,88)
0 Favorites   0 Comments

Color spaces of #ffe158

RGB 25522588
HSL0.141.000.67
HSV49°65°100°
CMYK 0.000.120.65   0.00
XYZ69.926775.815020.1807
Yxy75.81500.42140.4569
Hunter Lab87.0718-9.023747.2086
CIE-Lab89.7734-4.544068.3371

#ffe158 color RGB value is (255,225,88).

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

The process color (four color CMYK) of #ffe158 color hex is 0.00, 0.12, 0.65, 0.00. Web safe color of #ffe158 is #ffcc66. Color #ffe158 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 01011000
Octal 377 341 130
Decimal 255 225 88
Hex FF E1 58

RGB Percentages of Color #ffe158

%44.89
%39.61
%15.49

CMYK Percentages of Color #ffe158

%0
%12
%65
%0

Triadic Colors of #ffe158

#ffe158 #58ffe1 #e158ff

Analogous Colors of #ffe158

#ffe158 #caff58 #ff8e58

Monochromatic Colors of #ffe158

#ffe158

Complementary Color

#ffe158 #5876ff

#ffe158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe158 Color CSS Codes

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

#ffe158 Text Font Color

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

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


#ffe158 Background Color

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

This div background color is #ffe158


#ffe158 Border Color

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

This div border color is #ffe158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe158

#ffe158 Color Palettes


Comments

No comments written yet.

Please login to write comment.