Color Hex Logo

#fece12 Color Hex

#FECE12
(254,206,18)
0 Favorites   0 Comments

Color spaces of #fece12

RGB 25420618
HSL0.130.990.53
HSV48°93°100°
CMYK 0.000.190.93   0.00
XYZ63.053565.25719.8449
Yxy65.25710.45640.4723
Hunter Lab80.7819-2.041849.3216
CIE-Lab84.61602.384283.7096

#fece12 color RGB value is (254,206,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 00010010
Octal 376 316 22
Decimal 254 206 18
Hex FE CE 12

RGB Percentages of Color #fece12

%53.14
%43.10
%3.77

CMYK Percentages of Color #fece12

%0
%19
%93
%0

Triadic Colors of #fece12

#fece12 #12fece #ce12fe

Analogous Colors of #fece12

#fece12 #b8fe12 #fe5812

Monochromatic Colors of #fece12

#fece12

Complementary Color

#fece12 #1242fe

#fece12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece12 Color CSS Codes

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

#fece12 Text Font Color

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

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


#fece12 Background Color

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

This div background color is #fece12


#fece12 Border Color

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

This div border color is #fece12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece12

Related Colors


Comments

No comments written yet.

Please login to write comment.