Color Hex Logo

#fce106 Color Hex

#FCE106
(252,225,6)
0 Favorites   0 Comments

Color spaces of #fce106

RGB 2522256
HSL0.150.980.51
HSV53°98°99°
CMYK 0.000.110.98   0.01
XYZ67.103074.559011.0269
Yxy74.55900.43950.4883
Hunter Lab86.3476-12.391152.8717
CIE-Lab89.1860-8.171688.1312

#fce106 color RGB value is (252,225,6).

#fce106 hex color red value is 252, green value is 225 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #fce106 hue: 0.15 , saturation: 0.98 and the lightness value of fce106 is 0.51.

The process color (four color CMYK) of #fce106 color hex is 0.00, 0.11, 0.98, 0.01. Web safe color of #fce106 is #ffcc00. Color #fce106 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 00000110
Octal 374 341 6
Decimal 252 225 6
Hex FC E1 6

RGB Percentages of Color #fce106

%52.17
%46.58
%1.24

CMYK Percentages of Color #fce106

%0
%11
%98
%1

Triadic Colors of #fce106

#fce106 #06fce1 #e106fc

Analogous Colors of #fce106

#fce106 #9cfc06 #fc6606

Monochromatic Colors of #fce106

#fce106

Complementary Color

#fce106 #0621fc

#fce106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce106 Color CSS Codes

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

#fce106 Text Font Color

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

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


#fce106 Background Color

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

This div background color is #fce106


#fce106 Border Color

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

This div border color is #fce106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce106

Related Colors


Comments

No comments written yet.

Please login to write comment.