Color Hex Logo

#fce110 Color Hex

#FCE110
(252,225,16)
0 Favorites   0 Comments

Color spaces of #fce110

RGB 25222516
HSL0.150.980.53
HSV53°94°99°
CMYK 0.000.110.94   0.01
XYZ67.163674.583311.3463
Yxy74.58330.43870.4872
Hunter Lab86.3616-12.313052.6635
CIE-Lab89.1974-8.086887.2594

#fce110 color RGB value is (252,225,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 00010000
Octal 374 341 20
Decimal 252 225 16
Hex FC E1 10

RGB Percentages of Color #fce110

%51.12
%45.64
%3.25

CMYK Percentages of Color #fce110

%0
%11
%94
%1

Triadic Colors of #fce110

#fce110 #10fce1 #e110fc

Analogous Colors of #fce110

#fce110 #a1fc10 #fc6b10

Monochromatic Colors of #fce110

#fce110

Complementary Color

#fce110 #102bfc

#fce110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce110 Color CSS Codes

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

#fce110 Text Font Color

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

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


#fce110 Background Color

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

This div background color is #fce110


#fce110 Border Color

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

This div border color is #fce110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce110

Related Colors


Comments

No comments written yet.

Please login to write comment.