Color Hex Logo

#fce103 Color Hex

#FCE103
(252,225,3)
0 Favorites   0 Comments

Color spaces of #fce103

RGB 2522253
HSL0.150.980.50
HSV53°99°99°
CMYK 0.000.110.99   0.01
XYZ67.086574.552410.9404
Yxy74.55240.43970.4886
Hunter Lab86.3437-12.412452.9281
CIE-Lab89.1829-8.194788.3702

#fce103 color RGB value is (252,225,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 00000011
Octal 374 341 3
Decimal 252 225 3
Hex FC E1 3

RGB Percentages of Color #fce103

%52.50
%46.88
%0.63

CMYK Percentages of Color #fce103

%0
%11
%99
%1

Triadic Colors of #fce103

#fce103 #03fce1 #e103fc

Analogous Colors of #fce103

#fce103 #9bfc03 #fc6503

Monochromatic Colors of #fce103

#fce103

Complementary Color

#fce103 #031efc

#fce103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce103 Color CSS Codes

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

#fce103 Text Font Color

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

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


#fce103 Background Color

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

This div background color is #fce103


#fce103 Border Color

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

This div border color is #fce103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce103


Comments

No comments written yet.

Please login to write comment.