Color Hex Logo

#fece58 Color Hex

#FECE58
(254,206,88)
0 Favorites   0 Comments

Color spaces of #fece58

RGB 25420688
HSL0.120.990.67
HSV43°65°100°
CMYK 0.000.190.65   0.00
XYZ64.705865.918018.5456
Yxy65.91800.43380.4419
Hunter Lab81.18990.176643.2898
CIE-Lab84.95464.701363.1957

#fece58 color RGB value is (254,206,88).

#fece58 hex color red value is 254, green value is 206 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #fece58 hue: 0.12 , saturation: 0.99 and the lightness value of fece58 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 01011000
Octal 376 316 130
Decimal 254 206 88
Hex FE CE 58

RGB Percentages of Color #fece58

%46.35
%37.59
%16.06

CMYK Percentages of Color #fece58

%0
%19
%65
%0

Triadic Colors of #fece58

#fece58 #58fece #ce58fe

Analogous Colors of #fece58

#fece58 #dbfe58 #fe7b58

Monochromatic Colors of #fece58

#fece58

Complementary Color

#fece58 #5888fe

#fece58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece58 Color CSS Codes

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

#fece58 Text Font Color

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

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


#fece58 Background Color

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

This div background color is #fece58


#fece58 Border Color

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

This div border color is #fece58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece58

Related Colors


Comments

No comments written yet.

Please login to write comment.