Color Hex Logo

#fece10 Color Hex

#FECE10
(254,206,16)
0 Favorites   0 Comments

Color spaces of #fece10

RGB 25420616
HSL0.130.990.53
HSV48°94°100°
CMYK 0.000.190.94   0.00
XYZ63.037965.25099.7624
Yxy65.25090.45660.4727
Hunter Lab80.7780-2.063049.3791
CIE-Lab84.61292.362083.9555

#fece10 color RGB value is (254,206,16).

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

The process color (four color CMYK) of #fece10 color hex is 0.00, 0.19, 0.94, 0.00. Web safe color of #fece10 is #ffcc00. Color #fece10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 00010000
Octal 376 316 20
Decimal 254 206 16
Hex FE CE 10

RGB Percentages of Color #fece10

%53.36
%43.28
%3.36

CMYK Percentages of Color #fece10

%0
%19
%94
%0

Triadic Colors of #fece10

#fece10 #10fece #ce10fe

Analogous Colors of #fece10

#fece10 #b7fe10 #fe5710

Monochromatic Colors of #fece10

#fece10

Complementary Color

#fece10 #1040fe

#fece10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece10 Color CSS Codes

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

#fece10 Text Font Color

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

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


#fece10 Background Color

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

This div background color is #fece10


#fece10 Border Color

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

This div border color is #fece10


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,206,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece10

Related Colors


Comments

No comments written yet.

Please login to write comment.